Skip to content

Commit

Permalink
Add index files.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 19, 2017
1 parent 0bba853 commit a6ff13c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bio/bowtie2/align/test/Snakefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
rule bowtie2:
input:
ref="genome.fasta",
sample=["reads/{sample}.1.fastq", "reads/{sample}.2.fastq"]
output:
"mapped/{sample}.bam"
log:
"logs/bowtie2/{sample}.log"
params:
"" # optional parameters
index="index/genome", # prefix of reference genome index (built with bowtie2-build)
extra="" # optional parameters
threads: 8
wrapper:
"master/bio/bowtie2/align"
Binary file added bio/bowtie2/align/test/index/genome.1.bt2
Binary file not shown.
Binary file added bio/bowtie2/align/test/index/genome.2.bt2
Binary file not shown.
Binary file added bio/bowtie2/align/test/index/genome.3.bt2
Binary file not shown.
Binary file added bio/bowtie2/align/test/index/genome.4.bt2
Binary file not shown.
Binary file added bio/bowtie2/align/test/index/genome.rev.1.bt2
Binary file not shown.
Binary file added bio/bowtie2/align/test/index/genome.rev.2.bt2
Binary file not shown.

0 comments on commit a6ff13c

Please sign in to comment.