-
Notifications
You must be signed in to change notification settings - Fork 10
Examples
John Vivian edited this page Apr 20, 2018
·
3 revisions
Run sample(s) locally using the manifest
toil-rnaseq generate
- Fill in config and manifest
toil-rnaseq run ./example-jobstore
Toil options can be appended to toil-rnaseq run
, for example:
toil-rnaseq run ./example-jobstore --retryCount=1 --workDir=/data
For a complete list of Toil options, just type toil-rnaseq run -h
Run a variety of samples locally
toil-rnaseq generate-config
- Fill in config
toil-rnaseq run ./example-jobstore --retryCount=1 --workDir=/data --samples \ s3://example-bucket/sample_1.tar file:///full/path/to/sample_2.tar https://sample-depot.com/sample_3.tar
star-index: s3://cgl-pipeline-inputs/rnaseq_cgl/ci/starIndex_chr6.tar.gz
kallisto-index: s3://cgl-pipeline-inputs/rnaseq_cgl/kallisto_hg38.idx
rsem-ref: s3://cgl-pipeline-inputs/rnaseq_cgl/ci/rsem_ref_chr6.tar.gz
output-dir: /data/my-toil-run
cutadapt: true
fastqc: true
bamqc:
fwd-3pr-adapter: AGATCGGAAGAG
rev-3pr-adapter: AGATCGGAAGAG
ssec:
wiggle:
save-star-bam:
save-hera-bam:
gdc-token:
ci-test:
star-index: file://data/starIndex_chr6.tar.gz
kallisto-index: file://data/kallisto_hg38.idx
rsem-ref: file://data/rsem_ref_chr6.tar.gz
output-dir: /data/my-toil-run
cutadapt: true
fastqc: true
bamqc:
fwd-3pr-adapter: AGATCGGAAGAG
rev-3pr-adapter: AGATCGGAAGAG
ssec:
wiggle:
save-star-bam:
save-hera-bam:
gdc-token:
ci-test:
See the Toil documentation: Launching a Toil Workflow in AWS and the example in the wiki here.