StaPH-B / titan

Public health bioinformatics repository for WDL workflows to analyze viral genomes.
GNU Affero General Public License v3.0
3 stars 1 forks source link

Titan PE human read removal step #3

Closed k-florek closed 2 years ago

k-florek commented 3 years ago

Inclusion of a Task to remove human reads is needed to prepare fastq files for upload into SRA. The ideal choice is to use the NCBI SRA Human Scrubber tool.

Process for this issues should be:

kevinlibuit commented 3 years ago

Issue in NCBI scrubber identified; output incompatible with downstream tasks

*edit hyperlink

kevinlibuit commented 3 years ago

Issue with the NCBI Scrubber identified and addressed in latest docker release: ncbi/sra-human-scrubber:1.0.2021-04-19 We incorporated the updated tool into a two tasks (pe/se) and incorporated these into our Titan Illumina PE, ONT, and ClearLabs workflows--the scrubber is not yet compatible with short-read data expected for the Titan Illumina SE workflow.

kevinlibuit commented 3 years ago

Issue closed in Theiagen repo with latest PR: https://github.com/theiagen/public_health_viral_genomics/pull/10