For now, for simplicity, we assume that each sample is a 'platform unit'.
-
Fill out/Edit the
bin/config.yamlfile. -
Make samplesheet. You can go to the
bin/folder and runbash make_samples_template.sh. Rename the output filesamples_template.tsvassamples.tsv. -
A file named
grouped_contigs.tsvwith 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.Rto 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.
