Skip to content

Commit 6b23e8c

Browse files
authored
Merge pull request #367 from nf-core/subway_map
ADD Subway map
2 parents 8abaab4 + 6ec6fb3 commit 6b23e8c

File tree

5 files changed

+7262
-0
lines changed

5 files changed

+7262
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
2020

2121
### Enhancements & fixes
2222

23+
- [[#297](https://github.com/nf-core/viralrecon/issues/297)] - Add tube map for pipeline
2324
- [[#316](https://github.com/nf-core/viralrecon/issues/316)] - Variant calling isn't run when using `--skip_asciigenome` with metagenomic data
2425
- [[#317](https://github.com/nf-core/viralrecon/issues/317)] - `ivar_variants_to_vcf`: Ignore lines without annotation in ivar tsv file
2526
- [[#320](https://github.com/nf-core/viralrecon/issues/320)] - Pipeline fails at email step: Failed to invoke `workflow.onComplete` event handler

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ A number of improvements were made to the pipeline recently, mainly with regard
3131

3232
### Illumina
3333

34+
![nf-core/viralrecon Illumina metro map](docs/images/nf-core-viralrecon_metro_map_illumina.png)
35+
3436
1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html))
3537
2. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))
3638
3. Adapter trimming ([`fastp`](https://github.com/OpenGene/fastp))
@@ -61,6 +63,8 @@ A number of improvements were made to the pipeline recently, mainly with regard
6163

6264
### Nanopore
6365

66+
![nf-core/viralrecon Nanopore metro map](docs/images/nf-core-viralrecon_metro_map_nanopore.png)
67+
6468
1. Sequencing QC ([`pycoQC`](https://github.com/a-slide/pycoQC))
6569
2. Aggregate pre-demultiplexed reads from MinKNOW/Guppy ([`artic guppyplex`](https://artic.readthedocs.io/en/latest/commands/))
6670
3. Read QC ([`NanoPlot`](https://github.com/wdecoster/NanoPlot))

0 commit comments

Comments
 (0)