Skip to content

Commit

Permalink
Merge branch 'dev' into fix-module-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol authored Jun 6, 2023
2 parents 023d25b + 0b161ab commit f116790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ On release, automated continuous integration tests run the pipeline on a full-si

## Pipeline summary

1. Merge paired-end reads (([`Pear`](https://cme.h-its.org/exelixis/web/software/pear/doc.html)))
1. Merge paired-end reads ([`Pear`](https://cme.h-its.org/exelixis/web/software/pear/doc.html))
2. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))
3. Adapter trimming ([`Cutadapt`](http://dx.doi.org/10.14806/ej.17.1.200))
4. Quality filtering ([`Seqtk`](https://github.com/lh3/seqtk))
5. Read mapping:
a. ([`minimap2`](https://github.com/lh3/minimap2), _default_)
b. ([`bwa`](http://bio-bwa.sourceforge.net/))
c. ([`bowtie2`](http://bowtie-bio.sourceforge.net/bowtie2/index.shtml))
- ([`minimap2`](https://github.com/lh3/minimap2), _default_)
- ([`bwa`](http://bio-bwa.sourceforge.net/))
- ([`bowtie2`](http://bowtie-bio.sourceforge.net/bowtie2/index.shtml))
6. CIGAR parsing for edit calling ([`R`](https://www.r-project.org/))

## Quick Start
Expand Down

0 comments on commit f116790

Please sign in to comment.