Skip to content

Commit fdda264

Browse files
committed
Comments.
1 parent 9fe6ec5 commit fdda264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toil/python/draft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def run(self, fileStore):
242242
fastqc_job_1.addChild(salmon_index_job) # salmon_index_job will run after our root job
243243

244244
salmon_align_quant_job = SalmonAlignQuantCls(reads1=reads1_file_id, reads2=reads2_file_id, index=index_file_id)
245-
fastqc_job_1.addFollowOn(salmon_align_quant_job)
246-
# we don't do anything our results, but we could
245+
fastqc_job_1.addFollowOn(salmon_align_quant_job) # run after this job and all of its children
246+
# we don't do anything with our results, but we could
247247
salmon_align_quant_file_id = salmon_align_quant_job.rv("quant")
248248

249249
fileStore.start(fastqc_job_1)

0 commit comments

Comments
 (0)