-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace ragoo with ragtag (#591)
* replaced ragoo with ragtag and changed env * changes in benchmarking and report * fix * Changed RagTag options * deactivate non SARS-CoV-2 benchmarking --------- Co-authored-by: Alexander Thomas <[email protected]>
- Loading branch information
1 parent
02fb4da
commit e64e9db
Showing
8 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ channels: | |
- imperial-college-research-computing | ||
- nodefaults | ||
dependencies: | ||
- ragoo =1.1 | ||
- ragtag =2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Assembly of sample {{ snakemake.wildcards.sample }}. | ||
Reads were assembled with {{ "`metaSPAdes <https://github.com/ablab/spades>`_" if snakemake.params.is_amp else "`Megahit <https://github.com/voutcn/megahit>`_" }}, followed by reference based contig ordering and concatenation with `RaGOO <https://github.com/malonge/RaGOO>`_. | ||
Reads were assembled with {{ "`metaSPAdes <https://github.com/ablab/spades>`_" if snakemake.params.is_amp else "`Megahit <https://github.com/voutcn/megahit>`_" }}, followed by reference based contig ordering and concatenation with `RagTag <https://github.com/malonge/RagTag>`_. | ||
Then, assembly was polished by applying variants with an allele frequency of 100% (called by `Varlociraptor <https://varlociraptor.github.io>`_ at FDR 5%). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Assembly of sample {{ snakemake.wildcards.sample }}. | ||
Reads were assembled with `SPAdes <https://github.com/ablab/spades>`_, followed by reference based contig ordering and concatenation with `RaGOO <https://github.com/malonge/RaGOO>`_. | ||
Reads were assembled with `SPAdes <https://github.com/ablab/spades>`_, followed by reference based contig ordering and concatenation with `RagTag <https://github.com/malonge/RagTag>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
QC overview for samples from {{ snakemake.wildcards.date }}. | ||
Readcounts for raw, trimmed and filtered reads, length of initially assembled (`Megahit <https://github.com/voutcn/megahit>`_/`metaSPAdes <https://github.com/ablab/spades>`_) and reference ordered contigs (`RaGOO <https://github.com/malonge/RaGOO>`_). | ||
Readcounts for raw, trimmed and filtered reads, length of initially assembled (`Megahit <https://github.com/voutcn/megahit>`_/`metaSPAdes <https://github.com/ablab/spades>`_) and reference ordered contigs (`RagTag <https://github.com/malonge/RagTag>`_). | ||
Percentil overview for contamination in the raw reads (`kraken <https://github.com/DerrickWood/kraken>`_) and called COVID-19-strain including defining SNPs (`Pangolin <https://github.com/cov-lineages/pangolin>`_) and variants of interest from variant calling (`Varlociraptor <https://varlociraptor.github.io>`_). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters