Version 1.0.0 Alpha
Pre-release
Pre-release
·
265 commits
to master
since this release
Source code (zip) and Source code (tar.gz) are generated by GitHub and may not contain all required submodules. Use at your own risk!
Date Created:
- 20 May 2020
Changes affecting BISCUIT, in general, or multiple subcommands/scripts:
- This version is not backwards compatible with BISCUIT Version 0.3.16 and earlier.
- Contact person for BISCUIT updated.
biscuit markdup
removed from API- Unnecessary files removed from code base
- All subcommands now have a help option (
-h
) - General consistency applied for help output
- Small changes to wording of option descriptions (default values included if not obvious)
- Error messages added for missing command line arguments
- Flag/option characters changes for consistency across subcommands (see next section for specific changes)
Changes affecting specific subcommands/scripts:
- bsconv:
- Flag change:
-b
→-p
for printing output in TSV format
- Flag change:
- mergecg:
- Flag change:
-n
→-N
for NOMe-seq mode
- Flag change:
- tview:
- Flag change:
-f
was not originally being read, now is included
- Flag change:
- epiread:
- Flag change:
-q
→-@
for number of threads to use
- Flag change:
- pileup:
- Flag change:
-q
→-@
for number of threads - Flag change: added in
-s
flag for step of window dispatching
- Flag change:
- align:
- Flag change:
-t
→-@
for number of threads to use - Flag change:
-h
→-g
for max number of hits output in XA tag - Flag change:
-h
now used for help
- Flag change:
- QC.sh:
- Updated script to reflect changes made to flag/option characters