diff options
author | Arun Isaac | 2021-02-25 14:10:50 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-25 14:52:52 +0530 |
commit | 950898df6928c0cdec4f40238eb4da4ec6901bde (patch) | |
tree | 44d05b967f58b8563daa98c69ec1a798dd9fa50d /scripts/fastq2fasta.scm | |
parent | 85c63fecd1eb20aebb7ec8ce3137af253619b01b (diff) | |
download | bh20-seq-resource-950898df6928c0cdec4f40238eb4da4ec6901bde.tar.gz bh20-seq-resource-950898df6928c0cdec4f40238eb4da4ec6901bde.tar.lz bh20-seq-resource-950898df6928c0cdec4f40238eb4da4ec6901bde.zip |
Move generate-cwl to its own repository
Diffstat (limited to 'scripts/fastq2fasta.scm')
-rw-r--r-- | scripts/fastq2fasta.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/fastq2fasta.scm b/scripts/fastq2fasta.scm index 9eaa88f..c014852 100644 --- a/scripts/fastq2fasta.scm +++ b/scripts/fastq2fasta.scm @@ -2,11 +2,9 @@ ;; fastq2fasta.cwl workflow ;; -(add-to-load-path "./scripts") - (use-modules (srfi srfi-26) - (generate-cwl) - (yaml)) + (generate-cwl generate-cwl) + (generate-cwl yaml)) (define threads (input "threads" |