Skip to content

Commit

Permalink
Merge pull request nf-core#367 from nf-core/subway_map
Browse files Browse the repository at this point in the history
ADD Subway map
  • Loading branch information
maxulysse authored Mar 23, 2023
2 parents 8abaab4 + 6ec6fb3 commit 6b23e8c
Show file tree
Hide file tree
Showing 5 changed files with 7,262 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements

### Enhancements & fixes

- [[#297](https://github.com/nf-core/viralrecon/issues/297)] - Add tube map for pipeline
- [[#316](https://github.com/nf-core/viralrecon/issues/316)] - Variant calling isn't run when using `--skip_asciigenome` with metagenomic data
- [[#317](https://github.com/nf-core/viralrecon/issues/317)] - `ivar_variants_to_vcf`: Ignore lines without annotation in ivar tsv file
- [[#320](https://github.com/nf-core/viralrecon/issues/320)] - Pipeline fails at email step: Failed to invoke `workflow.onComplete` event handler
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ A number of improvements were made to the pipeline recently, mainly with regard

### Illumina

![nf-core/viralrecon Illumina metro map](docs/images/nf-core-viralrecon_metro_map_illumina.png)

1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html))
2. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))
3. Adapter trimming ([`fastp`](https://github.com/OpenGene/fastp))
Expand Down Expand Up @@ -61,6 +63,8 @@ A number of improvements were made to the pipeline recently, mainly with regard

### Nanopore

![nf-core/viralrecon Nanopore metro map](docs/images/nf-core-viralrecon_metro_map_nanopore.png)

1. Sequencing QC ([`pycoQC`](https://github.com/a-slide/pycoQC))
2. Aggregate pre-demultiplexed reads from MinKNOW/Guppy ([`artic guppyplex`](https://artic.readthedocs.io/en/latest/commands/))
3. Read QC ([`NanoPlot`](https://github.com/wdecoster/NanoPlot))
Expand Down
Loading

0 comments on commit 6b23e8c

Please sign in to comment.