Notable changes to scNapBar will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update NanoSim to latest version (environment.yaml), simplify install.
- Modify sort in
align_longreads
, and pipe output to BAM directly. - Minor changes: move hard coded fields to config file, adjust
cluster.json
, etc. - Updated documentation.
- Upgraded minimap2 to 2.21-r1071.
- File ./gitignore to ignore build/temporary files.
- Seed to
sim_reads
(NanoSimsimulator.py
), andshuf
inbuild_genome
. - I/O option to minimap2 call in
align_longreads
.
- Delete temporary files.
- Use threads. TODO: see Control the number of cores/threads per rule.
- Temporary fix in
sim_reads
due to Breaking changes in format output from 3.0.0-beta. TODO: modify pipeline.
- Rule
unzip_fq
.