Skip to content

Commit

Permalink
fix pipeline visualization descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Jan 3, 2025
1 parent 5ec8b84 commit 14bc060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/idseq-dag/idseq_dag/steps/run_subsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PipelineStepRunSubsample(PipelineCountingStep):
For samples with a high fraction of non-host reads (ie stool samples), the .fasta outputs
following bowtie alignment may contain large numbers of sequences.
GSNAP alignment to NT and NR databases is a resource-intensive step.
Alignment to NT and NR databases is a resource-intensive step.
To reduce computational time, the reads are randomly sub-sampled to
1 million total fragments (1 million single-end reads or 2 million paired-end reads).
"""
Expand Down
10 changes: 4 additions & 6 deletions workflows/short-read-mngs/host_filter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ task ercc_bowtie2_filter {
`bowtie2 ~{bowtie2_options}` using a precomputed index, then uses
[samtools](http://www.htslib.org/) to keep reads *not* mapping to the ercc genome.
Bowtie2 is run on the fastp-filtered FASTQ(s):
Bowtie2 is run on validated FASTQ files:
```
~{bowtie2_invocation}
Expand Down Expand Up @@ -393,7 +393,7 @@ task fastp_qc {
5. Complexity filter ([custom feature](https://github.com/mlin/fastp/tree/mlin/sdust)
using the [SDUST algorithm](https://pubmed.ncbi.nlm.nih.gov/16796549/))
fastp is run on the FASTQ file(s) from input validation:
fastp is run on ERCC-filtered FASTQ files:
```
~{fastp_invocation}
```
Expand Down Expand Up @@ -504,10 +504,8 @@ task kallisto {
**kallisto RNA quantification**
Quantifies host transcripts using [kallisto](https://pachterlab.github.io/kallisto/about).
The host transcript sequences are sourced from GENCODE, along with
[ERCC control sequences](https://www.nist.gov/programs-projects/external-rna-controls-consortium).
Not all CZ ID host species have transcripts indexed; for those without, kallisto is run using ERCC
sequences only.
The host transcript sequences are sourced from GENCODE.
Not all CZ ID host species have transcripts indexed, so transcripts are not calculated for all hosts.
kallisto is run on the fastp-filtered FASTQ(s):
Expand Down

0 comments on commit 14bc060

Please sign in to comment.