Quickstart¶
-
Prepare your FASTA file
Place your input file (e.g.in.fasta) in adatadirectory. -
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 1orbash snakemake --cores 1 --config fasta=alt.fasta scripts_dir=myscriptsThis will run the pipeline using 1 core and the specified FASTA file and scripts directory.