ksumngs / yavsap

Yet Another Viral Subspecies Analysis Pipeline
https://ksumngs.github.io/yavsap
MIT License
1 stars 1 forks source link

[Feature]: Disinguish between 'Illumina' and 'Paired-end' reads #27

Closed MillironX closed 2 years ago

MillironX commented 2 years ago

Summary

In places where reads can be processed as paired- or single-end reads, they need to be processed agnostic of whether they are Illumina/Nanopore/PacBio/etc. reads.

Added Features

Additional processes

To implement the --interleaved flag, SeqTK (Docker image), will need to implement a deinterleaving process.

Added (and Modified) parameters

More Info

Context

The pipeline was unable to process Single-end Illumina reads. The way reads are processed now is not reflective of reality.

Alternatives

The only alternative currently is to run the reads using --platform ont.

Possible implementation