File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ def creat_basetype_pipe():
8282 if opt .pop_group :
8383 print (f'time { exe_prog } -t { opt .n_thread } -f { opt .reference } -L { opt .infilelist } '
8484 f'-G { opt .pop_group } -r { reg } --min-af={ opt .min_af } -q { opt .mapq } -Q { opt .min_bq } '
85- f'--output-vcf { opt .outdir } /{ outfile_prefix } .vcf.gz '
86- f'--smart-rerun > { opt .outdir } /{ outfile_prefix } .log && '
85+ f'--output-vcf { opt .outdir } /{ outfile_prefix } .vcf.gz --smart-rerun '
86+ f'> { opt .outdir } /{ outfile_prefix } .log && '
8787 f'echo "** { outfile_prefix } done **"' )
8888 else :
8989 print (f'time { exe_prog } -t { opt .n_thread } -f { opt .reference } -L { opt .infilelist } '
9090 f'-r { reg } --min-af={ opt .min_af } -q { opt .mapq } -Q { opt .min_bq } '
91- f'--output-vcf { opt .outdir } /{ outfile_prefix } .vcf.gz '
92- f'--smart-rerun > { opt .outdir } /{ outfile_prefix } .log && '
91+ f'--output-vcf { opt .outdir } /{ outfile_prefix } .vcf.gz --smart-rerun '
92+ f'> { opt .outdir } /{ outfile_prefix } .log && '
9393 f'echo "** { outfile_prefix } done **"' )
9494
9595
Original file line number Diff line number Diff line change 11#! /bin/bash
2- python create_pipeline.py -R human_reference.fa --ref_fai human_reference.fa.fai -c chr1 --delta 5000000 -t 20 -L input_bamfile.list -o output_directory/ > run_chr1_basevar_shell.sh
2+ python create_pipeline.py -f human_reference.fa --ref_fai human_reference.fa.fai -c chr1 --delta 5000000 -t 24 -L input_bamfile.list -o output_directory/ > run_chr1_basevar_shell.sh
33
44# Add population groups
5- python create_pipeline.py -R human_reference.fa --ref_fai human_reference.fa.fai -c chr1 --delta 5000000 -t 20 -L input_bamfile.list -G pop_group.list -o output_chr1_directory/ > run_basevar.sh
5+ python create_pipeline.py -f human_reference.fa --ref_fai human_reference.fa.fai -c chr1 --delta 5000000 -t 24 -L input_bamfile.list -G pop_group.list -o output_chr1_directory/ > run_basevar.sh
66
77
You can’t perform that action at this time.
0 commit comments