Skip to content

Commit 87c49a5

Browse files
committed
update bowtie2 params
1 parent aea0f68 commit 87c49a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snakemake/metacompass.iter0.ref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
log: '%s/%s.%s.bowtie2map.log'%(config['prefix'],config['sample'],config['iter'])
4545
threads:config["nthreads"]
4646
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'])
47+
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'])
4848

4949

5050
rule build_contigs:

0 commit comments

Comments
 (0)