Skip to content
Snippets Groups Projects
Commit 410e18aa authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix build_jflow_command_line script

parent b739eeb9
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ cmd += "--reference-genome " + reference
if args.prepare:
for i in range(1, int(nb_inds)+1):
cmd += " --sample name=\"INDIV_{0}\" reads-1=\"" + args.res_dir + "/INDIV_{0}_100_180_1.fq.gz\" reads-2=\"" + \
args.res_dir + "/INDIV_{0}_100_180_2.fq.gz\"".format(i)
cmd += str(" --sample name=\"INDIV_{0}\" reads-1=\"" + args.res_dir + "/INDIV_{0}_100_180_1.fq.gz\" reads-2=\"" + \
args.res_dir + "/INDIV_{0}_100_180_2.fq.gz\"").format(i)
else:
for i in range(1, int(nb_inds)+1):
cmd += " --sample name=\"INDIV_{0}\" alignments=\"{1}/INDIV_{0}-sorted-md.bam\"".format(i, bams_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment