-
A csv with taxon names and lineage
-
A fasta file (doesn't need to be an alignment but can be) with the corresponding sequences.
-
A metadata csv from
grapevine
- Activate the environment
conda activate pangolin
- Run the following:
snakemake
--snakefile prepare_package_data.smk \
--config \
metadata=your_new_metadata.csv \
fasta=your_new_fasta.fasta \
outdir=where/to/put/your/data \
lineages=lineages.csv \
--cores 2