Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
cwl
Commits
a69a7d03
Commit
a69a7d03
authored
May 17, 2022
by
Jasper Koehorst
Browse files
kraken2 build cwl update
parent
60fafdfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
cwl/kraken2/kraken2-build.cwl
View file @
a69a7d03
...
...
@@ -31,8 +31,9 @@ requirements:
- entryname: script.sh
entry: |-
#!/bin/bash
PATH=/unlock/infrastructure/binaries/BLAST/ncbi-blast-2.13.0+/bin/:"$PATH"
chmod +x /unlock/infrastructure/binaries/kraken2/kraken2-v2.1.2/*
DBNAME=
/Volumes/Git/m-unlock/cwl/
KRAKEN2_$1
DBNAME=KRAKEN2_$1
threads=$2
/unlock/infrastructure/binaries/kraken2/kraken2-v2.1.2/kraken2-build --download-taxonomy --db $DBNAME
shift;shift;
...
...
@@ -43,10 +44,6 @@ requirements:
done
/unlock/infrastructure/binaries/kraken2/kraken2-v2.1.2/kraken2-build --threads $threads --build --db $DBNAME
# arguments:
# - valueFrom: $(inputs.identifier)
# - valueFrom: $(inputs.threads)
# - valueFrom: $(inputs.references)
inputs:
identifier:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment