Skip to content

Commit

Permalink
Removing host removal from SR RNA
Browse files Browse the repository at this point in the history
Removing host genome channel from short read metagenomic workflow. May return in the future when a splice aware aligner is used to remove host RNA
  • Loading branch information
edwardbirdlab committed May 3, 2024
1 parent d40e6ba commit 729c893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/SHORT_READ_METAGENOMIC_RNA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ include { CARD_READS_ONLY as CARD_READS_ONLY } from '../subworkflows/CARD_READS_
workflow SHORT_READ_METAGENOMIC_RNA {
take:
fastqs_short_raw // channel: [val(sample), [fastq_1, fastq_2]]
host_gen_fasta // channel: channel: [val(sample), fasta]

main:
READ_QC_SR(fastqs_short_raw)
Expand Down

0 comments on commit 729c893

Please sign in to comment.