Skip to content

Commit

Permalink
merge path
Browse files Browse the repository at this point in the history
  • Loading branch information
Merritt-Brian committed Jun 26, 2024
2 parents 6d6b09a + 97362b1 commit 4800762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## About

TaxTriage a flexible, containerized bioinformatics pipeline for identification of pathogens within short- or long-read metagenomic sequence data, generated from complex samples/specimens (e.g., respiratory swabs, lesion swabs, whole blood). The workflow includes various software packages to perform quality control, classification, read mapping, as well as generation of confidence metrics and a final report listing anticipated pathogens of relevance.
TaxTriage a flexible, containerized bioinformatics pipeline for identification of pathogens within short- (Illumina) or long-read (ONT, PacBio) metagenomic sequence data, generated from complex samples/specimens (e.g., respiratory swabs, lesion swabs, whole blood). The workflow includes various software packages to perform quality control, classification, read mapping, as well as generation of confidence metrics and a final report listing anticipated pathogens of relevance.

![](assets/taxtriage_schematics.png)

Expand Down
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ process {
ext.singularity_pull_docker_container = true
errorStrategy = 'ignore'
}
withName: MAP_TAXID_ASSEMBLY {
ext.singularity_pull_docker_container = true
errorStrategy = 'ignore'
}
withName: ORGANISM_MERGE_REPORT {
ext.singularity_pull_docker_container = true
errorStrategy = 'ignore'
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Unless you are using Seqera, most of the temporary directories and final outputs
| Column | Description |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `sample` | **MANDATORY** Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). |
| `platform` | **MANDATORY** Platform used, [ILLUMINA, OXFORD]. If omitted or left blank, assumes ILLUMINA |
| `platform` | **MANDATORY** Platform used, [ILLUMINA, OXFORD]. If omitted or left blank, assumes ILLUMINA. If using PacBio, specify OXFORD. An additional update in the near future will allow PACBIO as an input but has not yet been integrated. |
| `fastq_1` | **MANDATORY** Full path to FastQ file for Illumina short reads 1 OR OXFORD reads. File MUST be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
| `fastq_2` | OPTIONAL Full path to FastQ file for Illumina short reads 2. File MUST be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
| `trim` | OPTIONAL TRUE/FALSE, do you want to run trimming on the sample? |
Expand Down

0 comments on commit 4800762

Please sign in to comment.