aboutsummaryrefslogtreecommitdiff
path: root/scripts/fastq2fasta.scm
diff options
context:
space:
mode:
authorArun Isaac2021-02-25 14:10:50 +0530
committerArun Isaac2021-02-25 14:52:52 +0530
commit950898df6928c0cdec4f40238eb4da4ec6901bde (patch)
tree44d05b967f58b8563daa98c69ec1a798dd9fa50d /scripts/fastq2fasta.scm
parent85c63fecd1eb20aebb7ec8ce3137af253619b01b (diff)
downloadbh20-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.scm6
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"