common-workflow-library / legacy

Deprecated
https://github.com/common-workflow-library/bio-cwl-tools
Apache License 2.0
100 stars 62 forks source link

add simple kallisto wrappers and workflow #97

Closed mr-c closed 7 years ago

mr-c commented 7 years ago

For @alaincoletta

Inspired by https://github.com/InSilicoDB/pipeline-kallisto/blob/develop/main.nf

To run:

git clone https://github.com/common-workflow-language/workflows.git --branch kallisto
virtualenv cwl
source cwl/bin/activate
pip install cwlref-runner
cd workflows/workflows
# download your data
cwl-runner kallisto-demo.cwl --transcripts path/to/transcripts.fasta --reads path/to/first-reads.fastq --reads path/to/second-reads.fastq
# verify the output
ls -l abundance.h5