You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter system has been revamped, and parameters are now component-specific
and independent by default. This allows a better fine-tuning of the parameters
and also the execution of the same component multiple times (for instance in a fork)
with different parameters. The old parameter system that merged identical parameters
is still available by using the --merge-params flag when building the pipeline.
Added a global --clearAtCheckpoint parameter that, when set to true, will remove
temporary files that are no longer necessary for downstream steps of the pipeline
from the work directory. This option is currently supported for the trimmomatic, fastqc_trimmomatic, skesa and spades components.
New components
maxbin2: An automatic tool for binning metagenomic sequences.
bowtie2: Align short paired-end sequencing reads to long reference
sequences.
retrieve_mapped: Retrieves the mapped reads of a previous bowtie2 mapping process.
New recipes
plasmids: A recipe to perform mapping, mash screen on reads
and also mash dist for assembly based approaches (all to detect
plasmids). This also includes annotation with abricate for the assembly.
plasmids_mapping: A recipe to perform mapping for plasmids.
plasmids_mash: A recipe to perform mash screen for plasmids.
plasmids_assembly: A recipe to perform mash dist for plasmid
assemblies.