Workflow Type: Common Workflow Language
Open
Stable
Virus genome assembly with Unicycler and Spades, The 2 assemblers works in parallel. The graph visualization is made with Bandage. workflow git repository : https://github.com/fjrmoreews/cwl-workflow-SARS-CoV-2/blob/master/Assembly/workflow/assembly-wf-virus.cwl Based on https://github.com/galaxyproject/SARS-CoV-2/blob/master/genomics/2-Assembly/as_wf.png
Click and drag the diagram to pan, double click or use the controls to zoom.
Inputs
ID | Name | Description | Type |
---|---|---|---|
fastq_file_type | n/a | Paired and single end data |
|
mode | n/a | Bridging mode, values: conservative (smaller contigs, lower misassembly) normal (moderate contig size and misassembly rate) bold (longest contigs, higher misassembly rate) |
|
fastq1_type | n/a | Type of the First set of reads. Only when fastq_file_type = single or paired |
|
fastq1 | n/a | First set of reads with forward reads. Only when fastq_file_type = single or paired |
|
fastq2_type | n/a | Type of the Second set of reads. Only when fastq_file_type=paired |
|
fastq2 | n/a | Second set of reads with reverse reads. Only when fastq_file_type=paired |
|
libraries_metadata | n/a | reads library metadata related to libraries_fwd_rev and libraries_mono inputs lib_index(id) must match |
|
libraries_fwd_rev | n/a | reads file orientation must be a value in ff, fr, rf K-mer choices can be chosen by SPAdes instead of being entered manually |
|
libraries_mono | n/a | reads file file_type value must be in : interleaved, merged, unpaired |
|
pacbio_reads | n/a | n/a |
|
nanopore_reads | n/a | n/a |
|
sanger_reads | n/a | n/a |
|
trusted_contigs | n/a | n/a |
|
untrusted_contigs | n/a | n/a |
|
auto_kmer_choice | n/a | Automatically choose k-mer values. K-mer choices can be chosen by SPAdes instead of being entered manually |
|
kmers | n/a | K-mers to use, separated by commas. Comma-separated list of k-mer sizes to be used (all values must be odd, less than 128, listed in ascending order, and smaller than the read length). The default value is 21,33,55 |
|
cov_state | n/a | Coverage cutoff ( 'auto', or 'off', or 'value'). auto if null when cov_state=value (User Specific) , cov_cutoff must be provided |
|
cov_cutoff | n/a | coverage cutoff value (a positive float number ) |
|
iontorrent | n/a | true if Libraries are IonTorrent reads. |
|
sc | n/a | This option is required for MDA. true if single-cell data. |
|
onlyassembler | n/a | Run only assembly if true (without read error correction) |
|
careful | n/a | Careful correction. Tries to reduce number of mismatches and short indels. Also runs MismatchCorrector, a post processing tool, which uses BWA tool (comes with SPAdes). |
|
Steps
ID | Name | Description |
---|---|---|
unicycler | n/a | n/a |
spades | n/a | n/a |
bandage_image_unicycler | n/a | n/a |
bandage_info_unicycler | n/a | n/a |
bandage_image_spades | n/a | n/a |
bandage_info_spades | n/a | n/a |
Outputs
ID | Name | Description | Type |
---|---|---|---|
out_contigs_spades | n/a | n/a |
|
out_scaffolds_spades | n/a | n/a |
|
out_contig_stats_spades | n/a | n/a |
|
out_scaffold_stats_spades | n/a | n/a |
|
assembly_graph_spades | n/a | n/a |
|
assembly_graph_with_scaffolds_spades | n/a | n/a |
|
all_log_spades | n/a | n/a |
|
assembly_image_spades | n/a | n/a |
|
assembly_info_spades | n/a | n/a |
|
assembly_graph_unicycler | n/a | n/a |
|
assembly_unicycler | n/a | n/a |
|
assembly_image_unicycler | n/a | n/a |
|
assembly_info_unicycler | n/a | n/a |
|
Version History
Version 1 (earliest) Created 10th Apr 2020 at 11:45 by francois moreews
Added/updated 1 files
Open
master
c034904
Creators and Submitter
Creators
Not specifiedSubmitter
License
Activity
Views: 4404 Downloads: 772
Created: 10th Apr 2020 at 11:45
Last updated: 30th Jun 2020 at 09:05
Attributions
None