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 184184# Run GraphBin2
185185#---------------------------------------------------
186186if assembler .lower () == "spades" :
187- cmdGraphBin2 = """python "{0}src/graphbin2_SPAdes.py" --graph "{1}" --contigs "{2}" --paths "{3}" --binned "{4}" --output "{5}" --prefix "{6}" --depth "{7}" --threshold "{8}" --nthreads "{9}" """ .format (
187+ cmdGraphBin2 = """python "{0}/ src/graphbin2_SPAdes.py" --graph "{1}" --contigs "{2}" --paths "{3}" --binned "{4}" --output "{5}" --prefix "{6}" --depth "{7}" --threshold "{8}" --nthreads "{9}" """ .format (
188188 os .path .dirname (__file__ ),
189189 assembly_graph_file ,
190190 contigs ,
197197 nthreads )
198198
199199elif assembler .lower () == "sga" :
200- cmdGraphBin2 = """python "{0}src/graphbin2_SGA.py" --graph "{1}" --contigs "{2}" --binned "{3}" --abundance "{4}" --output "{5}" --prefix "{6}" --depth "{7}" --threshold "{8}" --nthreads "{9}" """ .format (
200+ cmdGraphBin2 = """python "{0}/ src/graphbin2_SGA.py" --graph "{1}" --contigs "{2}" --binned "{3}" --abundance "{4}" --output "{5}" --prefix "{6}" --depth "{7}" --threshold "{8}" --nthreads "{9}" """ .format (
201201 os .path .dirname (__file__ ),
202202 assembly_graph_file ,
203203 contigs ,
You can’t perform that action at this time.
0 commit comments