For now, for simplicity, we assume that each sample is a 'platform unit'.
-
Fill out/Edit the
bin/config.yaml
file. -
Make samplesheet. You can go to the
bin/
folder and runbash make_samples_template.sh
. Rename the output filesamples_template.tsv
assamples.tsv
. -
A file named
grouped_contigs.tsv
with a column named 'name' and a second column named 'contigs' containing comma-delimited sequence names (chromosome/contig names) is needed. You may runRscript group_contigs.R
to generate this file based on the reference sequence listed inconfig.yaml
. -
Submit job with
sbatch -p <parition name: e.g., long or bbc> bin/run_snakemake.sh
.