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
perl AdapterRem.pl Prepare_Adapter-Input.txt RAW_READS adapters.fa AdapterRemoval AdapterRemoval-QC
RAW_READS = Directory with raw FASTQ files
adapters.fa = Adapter sequences in fasta format
AdapterRemoval = Directory to save FASTQ files after adapter cleaning
AdapterRemoval-QC = Quality check results of FASTQ files after adapter cleaning
Step 3: Read mapping to the Mycobacterium tuberculosis reference genome
perl ReadMapping.pl Prepare_Input.txt GCF_000277735.2_ASM27773v2_genomic.fna RAW_READS TB_Results
RAW_READS = Directory with raw/cleaned FASTQ files
TB_Results = Directory to store alignment results
Step 4: De novo genome assembly
perl WGS_SIBP_P2.pl Prepare_Input.txt RAW_READS raw 35 Assembly
RAW_READS = Directory with raw/cleaned FASTQ files
Assembly = Directory to store assembled genomes
Step 5: Check the quality of the assembled genomes
quast.py AssembledContigs/* -r GCF_000195955.2_ASM19595v2_genomic.fna -g GCF_000195955.2_ASM19595v2_genomic.gff
AssembledContigs = Directory containing all assembled genomes in fasta format
Step 6: Coverage calculation
Program version: fastqinfo-2.0
Insert size calculation Example:
head -n 2 C09MB033185_i7-43_R1.fastq |tail -n 2|wc -c