Skip to content

Commit

Permalink
Uncompress fasta before creating the index.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 11, 2017
1 parent 9abe2d5 commit 52c9166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ install:
- source activate star
# create STAR index (too big to live in git)
- mkdir .test/ref/index
- STAR --runMode genomeGenerate --genomeDir .test/ref/index --genomeFastaFiles .test/ref/Homo_sapiens.GRCh38.dna.chromosome.21.fa.gz
- gzip -d .test/ref/Homo_sapiens.GRCh38.dna.chromosome.21.fa
- STAR --runMode genomeGenerate --genomeDir .test/ref/index --genomeFastaFiles .test/ref/Homo_sapiens.GRCh38.dna.chromosome.21.fa

script:
- source activate snakemake
Expand Down

0 comments on commit 52c9166

Please sign in to comment.