File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ Docker isn't a necessity however we offer the option of using docker to increase
4848# Python
4949
50501 . Install the files under ` toil/python ` locally
51- - ` example .py` is both workflow specification and input
51+ - ` draft .py` is both workflow specification and input, modify for desired file paths
52522 . Run the pipeline with the following command:
53- ` python example .py file:my-job-store`
53+ ` python3 draft .py file:my-job-store`
5454
5555
5656## Notes and Contribution
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ quant: quant
33libtype : A
44fqOne :
55 class : File
6- location : /home/luk/Desktop/bioinformatics-workflows/test_data /reads_1.fq.gz
6+ location : path/to /reads_1.fq.gz
77 format : http://edamontology.org/format_1930
88fqTwo :
99 class : File
10- location : /home/luk/Desktop/bioinformatics-workflows/test_data /reads_2.fq.gz
10+ location : path/to /reads_2.fq.gz
1111 format : http://edamontology.org/format_1930
1212transcriptome :
1313 class : File
14- location : /home/luk/Desktop/bioinformatics-workflows/test_data /transcriptome.fa
14+ location : path/to /transcriptome.fa
You can’t perform that action at this time.
0 commit comments