NanoSim v2.5.1
To download only the source scripts, please go to url
Features
-
In this release, we provide 6 pre-trained models, including 3 RNA-seq models, which are human direct RNA, cDNA, mouse cDNA, and 3 DNA-seq models, which are human DNA dataset basecalled by 3 different basecalling algorithms. These models can be downloaded from pre-trained_models.
-
We also provide a few more homopolymer models to mimic different basecalling algorithms under different sequencing settings (direct RNA or cDNA 1D2 or cDNA 1D).
-
We implemented
-r, --read_type
in transcriptome simulation mode. Since different read type,directRNA, cDNA 1D2, or cDNA 1D
, has an effect on the homopolymer bias, users can specify which one to simulate based on.
Minor bug fixes
-
A minor bug in
detect_ir
module in the characterization stage. -
Prevents python from spawning out processes when only one processor is requested.
-
Display the correct help information for transcriptome simulation when wrong parameters are passed in.