artic
is a pipeline and set of accompanying tools for working with viral nanopore sequencing data, generated from tiling amplicon schemes.
It is designed to help run the artic bioinformatics protocols; for example the SARS-CoV-2 coronavirus protocol.
Features include:
- read filtering
- primer trimming
- amplicon coverage normalisation
- variant calling
- consensus building
conda install -c bioconda -c conda-forge artic
Please make sure you are using either mamba or conda version >= 23.10.0 where libmamba solver was made the default conda solver.
Clone the repository then checkout the 1.4.0-dev branch to test the 1.4.0 pre-release.
git clone https://github.com/artic-network/fieldbioinformatics
cd fieldbioinformatics
The artic pipeline
has several software dependencies. You can solve these dependencies using the minimal conda environment we have provided, Please make sure you are using either mamba or conda version >= 23.10.0 where libmamba solver was made the default conda solver.
:
conda env create -f environment.yml
conda activate artic
pip install .
First check the pipeline can be called.
artic -v
You can try the pipeline tests.
./test-runner.sh clair3
For further tests, such as the variant validation tests, check the documentation.
Documentation for the artic pipeline
is available via read the docs.