Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biowdl
tasks
Commits
9de764c4
Commit
9de764c4
authored
5 years ago
by
JasperBoom
Browse files
Options
Downloads
Patches
Plain Diff
Reformat parameter_meta.
parent
589712ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
centrifuge.wdl
+28
-112
28 additions, 112 deletions
centrifuge.wdl
scripts
+1
-1
1 addition, 1 deletion
scripts
with
29 additions
and
113 deletions
centrifuge.wdl
+
28
−
112
View file @
9de764c4
...
...
@@ -68,50 +68,17 @@ task Build {
}
parameter_meta {
disableDifferenceCover: {
description: "Disable use of the difference-cover sample.",
category: "required"
}
conversionTable: {
description: "List of UIDs (unique ID) and corresponding taxonomic IDs.",
category: "required"
}
taxonomyTree: {
description: "Taxonomic tree (e.g. nodes.dmp).",
category: "required"
}
nameTable: {
description: "Name table (e.g. names.dmp).",
category: "required"
}
referenceFile: {
description: "A comma-separated list of FASTA files containing the reference sequences to be aligned to.",
category: "required"
}
indexBasename: {
description: "The basename of the index files to write.",
category: "required"
}
outputPrefix: {
description: "Output directory path + output file prefix.",
category: "required"
}
offrate: {
description: "The number of rows marked by the indexer.",
category: "common"
}
ftabChars: {
description: "Calculate an initial BW range with respect to this character.",
category: "common"
}
kmerCount: {
description: "Use <int> as kmer-size for counting the distinct number of k-mers in the input sequences.",
category: "common"
}
sizeTable: {
description: "List of taxonomic IDs and lengths of the sequences belonging to the same taxonomic IDs.",
category: "common"
}
disableDifferenceCover: {description: "Disable use of the difference-cover sample.", category: "required"}
conversionTable: {description: "List of UIDs (unique ID) and corresponding taxonomic IDs.", category: "required"}
taxonomyTree: {description: "Taxonomic tree (e.g. nodes.dmp).", category: "required"}
nameTable: {description: "Name table (e.g. names.dmp).", category: "required"}
referenceFile: {description: "A comma-separated list of FASTA files containing the reference sequences to be aligned to.", category: "required"}
indexBasename: {description: "The basename of the index files to write.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
offrate: {description: "The number of rows marked by the indexer.", category: "common"}
ftabChars: {description: "Calculate an initial BW range with respect to this character.", category: "common"}
kmerCount: {description: "Use <int> as kmer-size for counting the distinct number of k-mers in the input sequences.", category: "common"}
sizeTable: {description: "List of taxonomic IDs and lengths of the sequences belonging to the same taxonomic IDs.", category: "common"}
}
}
...
...
@@ -173,58 +140,19 @@ task Classify {
}
parameter_meta {
inputFormat: {
description: "The format of the read file(s).",
category: "required"
}
phred64: {
description: "If set to true, Phred+64 encoding is used.",
category: "required"
}
minHitLength: {
description: "Minimum length of partial hits.",
category: "required"
}
indexPrefix: {
description: "The basename of the index for the reference genomes.",
category: "required"
}
read1: {
description: "List of files containing mate 1s, or unpaired reads.",
category: "required"
}
outputPrefix: {
description: "Output directory path + output file prefix.",
category: "required"
}
outputName: {
description: "The base name of the outputPrefix.",
category: "required"
}
read2: {
description: "List of files containing mate 2s.",
category: "common"
}
trim5: {
description: "Trim <int> bases from 5' (left) end of each read before alignment.",
category: "common"
}
trim3: {
description: "Trim <int> bases from 3' (right) end of each read before alignment.",
category: "common"
}
reportMaxDistinct: {
description: "It searches for at most <int> distinct, primary assignments for each read or pair.",
category: "common"
}
hostTaxIDs: {
description: "A comma-separated list of taxonomic IDs that will be preferred in classification procedure.",
category: "common"
}
excludeTaxIDs: {
description: "A comma-separated list of taxonomic IDs that will be excluded in classification procedure.",
category: "common"
}
inputFormat: {description: "The format of the read file(s).", category: "required"}
phred64: {description: "If set to true, Phred+64 encoding is used.", category: "required"}
minHitLength: {description: "Minimum length of partial hits.", category: "required"}
indexPrefix: {description: "The basename of the index for the reference genomes.", category: "required"}
read1: {description: "List of files containing mate 1s, or unpaired reads.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
outputName: {description: "The base name of the outputPrefix.", category: "required"}
read2: {description: "List of files containing mate 2s.", category: "common"}
trim5: {description: "Trim <int> bases from 5' (left) end of each read before alignment.", category: "common"}
trim3: {description: "Trim <int> bases from 3' (right) end of each read before alignment.", category: "common"}
reportMaxDistinct: {description: "It searches for at most <int> distinct, primary assignments for each read or pair.", category: "common"}
hostTaxIDs: {description: "A comma-separated list of taxonomic IDs that will be preferred in classification procedure.", category: "common"}
excludeTaxIDs: {description: "A comma-separated list of taxonomic IDs that will be excluded in classification procedure.", category: "common"}
}
}
...
...
@@ -264,22 +192,10 @@ task Inspect {
}
parameter_meta {
printOption: {
description: "The output option for inspect (fasta, summary, conversionTable, taxonomyTree, nameTable, sizeTable)",
category: "required"
}
indexBasename: {
description: "The basename of the index to be inspected.",
category: "required"
}
outputPrefix: {
description: "Output directory path + output file prefix.",
category: "required"
}
across: {
description: "When printing FASTA output, output a newline character every <int> bases.",
category: "common"
}
printOption: {description: "The output option for inspect (fasta, summary, conversionTable, taxonomyTree, nameTable, sizeTable)", category: "required"}
indexBasename: {description: "The basename of the index to be inspected.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
across: {description: "When printing FASTA output, output a newline character every <int> bases.", category: "common"}
}
}
...
...
This diff is collapsed.
Click to expand it.
scripts
@
fc603e5d
Compare
a1783b5c
...
fc603e5d
Subproject commit
a1783b5c789ebef601a8ec5849c4bbfe7dd3f87d
Subproject commit
fc603e5d408b89b99297fb5737586c059c5f9df6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment