Quickstart¶
-
Prepare your FASTA file
Place your input file (e.g.in.fasta
) in adata
directory. -
Configure the pipeline
Editconfig.yaml
: ```yaml fasta: path/to/in.fasta scripts_dir: scripts -
Run the pipeline
Execute the Snakemake command to start the pipeline:bash snakemake --cores 1
orbash snakemake --cores 1 --config fasta=alt.fasta scripts_dir=myscripts
This will run the pipeline using 1 core and the specified FASTA file and scripts directory.