File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
27
27
28
- command1 = f"python /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts /scripts/generate_reviews_files.py -WB { args .WB } -a { args .a } -c { args .c } -samp { args .samp } "
29
- command2 = f"python /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts /scripts/color_peptides51mer.py -WB { args .WB } -p { args .WB } /../manual_review/{ args .samp } _Peptides_51-mer.xlsx -classI { args .classI } -classII { args .classII } -samp { args .samp } "
28
+ command1 = f"python /opt /scripts/generate_reviews_files.py -WB { args .WB } -a { args .a } -c { args .c } -samp { args .samp } "
29
+ command2 = f"python /opt /scripts/color_peptides51mer.py -WB { args .WB } -p { args .WB } /../manual_review/{ args .samp } _Peptides_51-mer.xlsx -classI { args .classI } -classII { args .classII } -samp { args .samp } "
30
30
31
31
32
32
# Execute the first script
You can’t perform that action at this time.
0 commit comments