|
rje_readcore V0.8.0Read mapping and analysis core module
Copyright © 2021 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis module has very simple standalone functionality to check for the existence of a BAM file and generate it from one or more long read input files if not found. It is primarily for inheritance by other RJE tools that need to make use of long read mapping and/or simple depth/coverage stat wrapping. The core ReadCore object will have methods for populating and checking key input files and settings for a number of other SeqSuite tools. ## Dependencies For read mapping, [minimap2](https://github.com/lh3/minimap2) must be installed and either added to the environment
CommandlineCore input options
Depth and Copy Number options
System options
History Module Version History# 0.0.0 - Initial Compilation. # 0.1.0 - Adding forking for fastdepth file generation. # 0.2.0 - Added CovBases lower depthsizer estimate output based solely on mapped reads. # 0.2.1 - Added unique sorting of CIGAR strings for indel ratio. Fixed end padding of zero-coverage depths. # 0.2.2 - Fixed major flaw in indelratio calculation. # 0.3.0 - Add benchmark=T/F option to the genome size prediction. Tidied CovBase and MapAdjust. # 0.3.1 - Tweaked some input checks and log output. Replaced indelratio sort -u with uniq for speed and memory. # 0.4.0 - Added seqstats=T/F : Whether to output CN and depth data for full sequences as well as BUSCO genes [False] # 0.4.1 - Fixed bug that causes clashes with v5 full_table.bed files. # 0.5.0 - Add additional map adjustment variants: # - MapAdjust2 = allbases, not covbases # - MapBases = Use map bases, not covbases for min read volumne # - MapRatio = Use mapbases adjusted by indelratio # 0.6.0 - Added support for multiple regfiles and setting max limit for CN graphics. # 0.7.0 - Added passing on of gfftype=LIST option to Rscript. # 0.7.1 - Fixed readtype recycle bug. # 0.8.0 - Added bamcsi=T/F : Use CSI indexing for BAM files, not BAI (needed for v long scaffolds) [False] © 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |