You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-39
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Quaisar_singularity
2
-
Quality, Assembly, Identification, Sequence type, Annotation, Resistance mechanisms for Hospital acquired infections (QuAISAR-H) is a mash-up of many publicly available tools with a splash of custom scripts with the purpose of producing a multi-layered quality checked report that identifies the taxonomy of and the Anti-microbial Resistence (AMR) elements from a paired end sequenced bacterial isolate.
2
+
Quality, Assembly, Identification, Sequence type, Annotation, Resistance mechanisms for Hospital acquired infections (QuAISAR-H) is a mash-up of many publicly available tools with a splash of custom scripts with the purpose of producing a multi-layered quality checked report that identifies the taxonomy of and the Anti-microbial Resistance (AMR) elements from a paired end sequenced bacterial isolate.
3
3
This version uses containers to ease the necessity of having many preinstalled tools.
4
4
5
5
## Installation
@@ -28,14 +28,13 @@ The script will install miniconda, if there is no version of conda already insta
28
28
29
29
To run the pipeline use the following command with these parameters:
30
30
A. ./quaisar_singularity.sh
31
-
1. -i
32
-
2. full path to the folder of paired-end reads
33
-
4. -o
34
-
5. name to describe the set of reads (e.g. project_name, run_id)
|SRST2| Anti-microbial Resistance Mechanism Identification on reads, Sequence Typing|0.2.0|AR: SRST2--input_pe trimmed_R1.fastq.gz trimmed_R2_001.fastq.gz --output output_directory –threads 12 --gene_db AR_datbase_location|MLST: SRST2--input_pe trimmed_R1.fastq.gz trimmed_R2_001.fastq.gz --output output_directory –threads 12 --mlst_db location_of_mlst_database --mlst_definitions location_of_MLST_definitions --mlst_delimiter MLST_definitions_file_delimiter|· Newest MLST database and definitions are downloaded as part of the script. The mlst delimiter is determined using an included script within the SRST2, getmlst, that must be run prior to SRST2|
|SRST2|Anti-microbial Resistance Mechanism Identification on reads, Sequence Typing |0.2.0|AR: SRST2--input_pe trimmed_R1.fastq.gz trimmed_R2_001.fastq.gz --output output_directory –threads 4 --gene_db AR_datbase_location|MLST: SRST2--input_pe trimmed_R1.fastq.gz trimmed_R2_001.fastq.gz --output output_directory –threads 4 --mlst_db location_of_mlst_database --mlst_definitions location_of_MLST_definitions --mlst_delimiter MLST_definitions_file_delimiter|· Newest MLST database and definitions are downloaded as part of the script. The mlst delimiter is determined using an included script within the SRST2, getmlst, that must be run prior to SRST2|
Copy file name to clipboardexpand all lines: scripts/quaisar_singularity.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
# Reads can be gzipped or raw, but if your files are not named in any one of these formats, they will need to be renamed before running them through the pipeline
15
15
# If you are submitting assemblies, use 1 as the value
16
16
#
17
-
# Output location: A folder with the name given for the -p flag will be created under the folder given with the -o flag (/-o/-p)
17
+
# Output location: A folder with the name given for the -p flag will be created under the folder given with the -o flag (/output/project_name)
18
18
#
19
19
# v1.1 (11/17/2021)
20
20
#
@@ -48,7 +48,7 @@ function write_Progress() {
48
48
# Checking for proper number of arguments from command line
echo -e "Reads filenames need to have a postfix in one of the following _S*_L001_R*_00*.fastq[.gz], _S*_R*_0*X.fastq[.gz], _RX_00*.fastq[.gz], _[R]*.fastq[.gz]."
53
53
echo -e "Assembly filenames need to have a postfix of .fasta or .fna"
54
54
echo -e "If your reads are not named in any one of these formats, they will need to be renamed before running them through the pipeline"
0 commit comments