Skip to content

Commit 628feae

Browse files
author
lukas ho-koziol
committed
Finishes readme, modifies input file
1 parent 717d609 commit 628feae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

toil/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Docker isn't a necessity however we offer the option of using docker to increase
4848
# Python
4949

5050
1. 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
5252
2. 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

toil/cwl/cwl_input.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ quant: quant
33
libtype: A
44
fqOne:
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
88
fqTwo:
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
1212
transcriptome:
1313
class: File
14-
location: /home/luk/Desktop/bioinformatics-workflows/test_data/transcriptome.fa
14+
location: path/to/transcriptome.fa

0 commit comments

Comments
 (0)