Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cwl
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
UNLOCK
cwl
Commits
582b583c
Commit
582b583c
authored
4 years ago
by
Koehorst, Jasper
Browse files
Options
Downloads
Plain Diff
Merge branch 'koeho006-master-patch-36622' into 'master'
Doc update See merge request
!1
parents
22dd4960
780ffc60
Branches
Branches containing commit
No related tags found
1 merge request
!1
Doc update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cwl/workflows/workflow_metagenomics.cwl
+19
-11
19 additions, 11 deletions
cwl/workflows/workflow_metagenomics.cwl
with
19 additions
and
11 deletions
cwl/workflows/workflow_metagenomics.cwl
+
19
−
11
View file @
582b583c
...
...
@@ -13,8 +13,8 @@ doc: |
Workflow for Metagenomics from raw reads to annotated bins.
Steps:
- workflow_quality.cwl:
FastQC (control)
fastp (trimming)
-
FastQC (control)
-
fastp (trimming)
- Kraken2 (Taxonomic Read Classification
- SPAdes (Assembly)
- QUAST (Assembly quality report)
...
...
@@ -25,37 +25,45 @@ doc: |
- SAPP (bin annotation)
outputs:
x1
:
fastqc_output
:
label: FASTQC
doc: Quality reporting by FASTQC
type: Directory[]
outputSource: workflow_quality/files_to_folder_fastqc
x2
:
filter_output
:
label: Filtered reads
doc: Reads filtered output folder
type: Directory[]
outputSource: workflow_quality/files_to_folder_filtered
x3
:
kraken2_output
:
label: KRAKEN2
doc: Classification output folder by kraken
type: Directory
outputSource: kraken_files_to_folder/results
x4
:
spades_output
:
label: SPADES
doc: Metagenome assembly output by SPADES
type: Directory
outputSource: spades_files_to_folder/results
x5
:
quast_output
:
label: QUAST
doc: Quast analysis output folder
type: Directory
outputSource: quast_files_to_folder/results
x6
:
bam_output
:
label: BAM files
doc: Mapping results in indexed BAM format
type: Directory
outputSource: sorted_bam_files_to_folder/results
x7
:
metabat2_output
:
label: MetaBat2
doc: MetaBat2 output directory
type: Directory
outputSource: metabat_files_to_folder/results
x8
:
sapp_output
:
label: SAPP Genomes
type: Directory
doc: Folder containing genomes annotated by SAPP
outputSource: sapp_files_to_folder/results
inputs:
...
...
@@ -385,4 +393,4 @@ $namespaces:
edam: http://edamontology.org/
$schemas:
- http://edamontology.org/EDAM_1.18.owl
\ No newline at end of file
- http://edamontology.org/EDAM_1.18.owl
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