We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea0f68 commit 87c49a5Copy full SHA for 87c49a5
1 file changed
snakemake/metacompass.iter0.ref.py
@@ -44,7 +44,7 @@
44
log: '%s/%s.%s.bowtie2map.log'%(config['prefix'],config['sample'],config['iter'])
45
threads:config["nthreads"]
46
message: """---Build index ."""
47
- shell:"bowtie2-build -o 3 --threads {threads} -q %s {output.pref} 1>> {output.index} 2>&1;bowtie2 -a --end-to-end --very-sensitive --no-unal -p {threads} -x {output.pref} -q -U {input.r1} -S {output.sam} > {log} 2>&1"%(config['reference'])
+ shell:"bowtie2-build -o 3 --threads {threads} -q %s {output.pref} 1>> {output.index} 2>&1;bowtie2 -a --end-to-end --sensitive --no-unal -p {threads} -x {output.pref} -q -U {input.r1} -S {output.sam} > {log} 2>&1"%(config['reference'])
48
49
50
rule build_contigs:
0 commit comments