Skip to content
Snippets Groups Projects
Commit a748dafa authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

bioconda.wdl to 1.0

parent a8523586
No related branches found
No related tags found
1 merge request!34Move all files to version 1.0
version 1.0
# Copyright Sequencing Analysis Support Core - Leiden University Medical Center 2017
# Bioconda installs
task installPrefix {
Array[String] requirements
String prefix
String? condaPath
input {
Array[String] requirements
String prefix
String? condaPath
}
command {
${default="conda" condaPath} create \
--json -q \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment