Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 9, 2017
1 parent e31e0b0 commit 19350ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ install:
- conda create -q -n snakemake snakemake python=$TRAVIS_PYTHON_VERSION
- conda create -q -n star star
- 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/genome.fasta
- source activate snakemake
# run the workflow
- snakemake --use-conda --directory .test

0 comments on commit 19350ef

Please sign in to comment.