Skip to content

Commit 37b802d

Browse files
author
OLIVIA LANG
committed
fix venn diagram script to include title
The venn diagram script requires a title be included in the script call which was omitted in the previous commit. This commit includes the fix for this, titling the figure "Figure3C"
1 parent 1c3d48e commit 37b802d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/YKOC-wgs/job/03_tally_results.pbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ grep 'PASS' results/ykoc_output_summary.txt | grep 'NotVerified' > results/Tenta
3333
grep 'FAIL' results/ykoc_output_summary.txt | grep $'\tVerified' > results/TentativeFails.txt
3434
grep 'FAIL' results/ykoc_output_summary.txt | grep 'NotVerified' > results/TrueFails.txt
3535

36-
python scripts/make_venn_diagram.py -s results/ykoc_output_summary.txt
36+
python scripts/make_venn_diagram.py -s results/ykoc_output_summary.txt -t Figure3C
3737

3838
#Clean-up
3939
rm saccharomyces_cerevisiae.gff* deleted_merged_features.tab

0 commit comments

Comments
 (0)