Mapping
Input
Cell batches and snakemake
# to map cells in a single sub directory
snakemake \
-d {output_dir}/{sub_dir} \
--snakefile {output_dir}/{sub_dir}/Snakefile \
-j {parallel_cores_to_use_for_this_job}Execute snakemake commands
For MiSeq
Mapping Via QsubFor NovaSeq
Mapping Via SbatchFor troubleshooting
Mapping LocallyLast updated