这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vep.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ task Vep {
# input
inputFile: {description: "The VCF to annotate.", category: "required"}
outputPath: {description: "Where to put the output file", category: "advanced"}
cacheTar: {description: "A TAR archive containing the cache. The TAR archives from the VEP website work.", category: "required"}
cacheTar: {description: "A TAR archive containing the cache. The TAR archives from the VEP website work (http://www.ensembl.org/info/docs/tools/vep/script/vep_cache.html)", category: "required"}
pluginsTar: {description: "A TAR file with custom plugins.", category: "advanced"}
species: {description: "Which species cache to use", category: "common"}
plugins: {description: "Which plugins to use", category: "common"}
Expand Down
Loading