Skip to content

Commit 717d609

Browse files
author
Hexotical
committed
Finishes python workflow
1 parent ac136f7 commit 717d609

File tree

3 files changed

+6
-49
lines changed

3 files changed

+6
-49
lines changed

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/hexotical/bioinformatics-workflows/toil/cwl/data/reads_1.fq
6+
location: /home/luk/Desktop/bioinformatics-workflows/test_data/reads_1.fq.gz
77
format: http://edamontology.org/format_1930
88
fqTwo:
99
class: File
10-
location: /home/hexotical/bioinformatics-workflows/toil/cwl/data/reads_2.fq
10+
location: /home/luk/Desktop/bioinformatics-workflows/test_data/reads_2.fq.gz
1111
format: http://edamontology.org/format_1930
1212
transcriptome:
1313
class: File
14-
location: /home/hexotical/bioinformatics-workflows/toil/cwl/data/transcriptome.fa
14+
location: /home/luk/Desktop/bioinformatics-workflows/test_data/transcriptome.fa

toil/python/draft.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run(self, fileStore):
3232

3333
fpath = fileStore.readGlobalFile(self.reads, userPath=os.path.join(tempDir, os.path.basename(self.reads)))
3434
cmd = f'zcat "{fpath}" | fastqc stdin:readsone'
35-
35+
#cmd = f'ls -lha .. && ls -lha && echo {fpath} && pwd'
3636
generate_docker_bashscript_file(temp_dir=tempDir, docker_dir=tempDir, globs=[], cmd=cmd, job_name='FastQCone')
3737

3838
# apiDockerCall() with demux=True returns a tuple of bytes objects (stdout, stderr).
@@ -242,4 +242,5 @@ def run(self, fileStore):
242242

243243
fileStore.start(fastqc_job_1)
244244

245-
#/home/hexotical/bioinformatics-workflows/toil/python/index.tar.gz
245+
#/home/hexotical/bioinformatics-workflows/toil/python/index.tar.gz
246+
#/home/luk/venv/lib/python3.8/site-packages/toil/leader.py

toil/python/example.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)