diff options
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" |