File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 184
184
# Run GraphBin2
185
185
#---------------------------------------------------
186
186
if 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 (
188
188
os .path .dirname (__file__ ),
189
189
assembly_graph_file ,
190
190
contigs ,
197
197
nthreads )
198
198
199
199
elif 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 (
201
201
os .path .dirname (__file__ ),
202
202
assembly_graph_file ,
203
203
contigs ,
You can’t perform that action at this time.
0 commit comments