-
Repo contains code to:
- Assemble SC2 amplicon sequences using the V2, V3, VarSkip, and Midnight primer kits
- Mainly useful for running on an HPC using Linux and SLURM workload manager
- Perform QC and amplicon drop-out analysis
- Useful for getting a snap-shot of sequencing quality and possible amplicon drop-out issues
- Assemble SC2 amplicon sequences using the V2, V3, VarSkip, and Midnight primer kits
-
Repo is currently in progress
- Script to run the artic-ncov2019 pipeline on data generated using commonly used kits on an HPC
- This will need to be run with the
sayf-articenvironment activated; can be done usingconda env create -f sayf-artic.yml
- This will need to be run with the
- ``
- Script to perform a QC of consensus sequences and check for long stretches of N's or possible drop out issues
./run-stats.py -c midnight-consensus-seqs.fa -l 1000 --kit midnight -o ./mid-consensus-qc.png
- Script to check for amplicon drop-outs given a primer scheme, primer reference, and FASTA/multi-FASTA
-
./amp-drop-analysis.py -b ~/Documents/TestSpace/midnight/V1/midnight.scheme.bed -r ~/Documents/TestSpace/midnight/V1/midnight.reference.fasta -c ~/Documents/SC2Genomes/Broad-consensus.mfa -
./amp-drop-analysis.py -b ~/Documents/TestSpace/midnight/V1/midnight.scheme.bed -r ~/Documents/TestSpace/midnight/V1/midnight.reference.fasta -c ~/Documents/SC2Genomes/Broad-consensus.mfa --text-print | less


