diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eecdfa..ecd9a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - started 2023-02 +## [3.0.1] 2023-02-10 + +### Changed + +- I/O: ensure bool in config, remove symlinks +- Documentation + +### Fixed + +- Missing GTF attributes + ## [3.0.0] 2023-02-06 ### Changed diff --git a/README.md b/README.md index ad5f2f9..61b0f64 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Ribosome profiling (Ribo-seq) is an RNA-sequencing-based readout of RNA translat **Rp-Bp** comes with two _interactive dashboards_ or _web applications_, one for read and periodicity quality control, the other to facilitate Ribo-seq ORFs discovery.

- Rp-Bp + Rp-Bp

Install with bioconda PyPI -CI +CI Docs

diff --git a/docs/source/api-prepare.rst b/docs/source/api-prepare.rst index 24ccb48..7fad3c2 100644 --- a/docs/source/api-prepare.rst +++ b/docs/source/api-prepare.rst @@ -5,58 +5,3 @@ prepare-rpbp-genome :module: rpbp.reference_preprocessing.prepare_rpbp_genome :func: get_parser :prog: prepare-rpbp-genome - - --star-options : @replace - A space-delimited list of options to pass to STAR. Each option is quoted separately as in "--starOption value", using soft quotes, where --starOption is the long parameter name from STAR, and value is the value given to this parameter. If specified, STAR options will override - default settings. - - --num-cpus : @replace - The number of CPUs to use (not only for SLURM). The definition of a "CPU" varies somewhat among the programs. For example, for STAR, these are actually threads. For many of the python scripts, this number is translated into the number of processes to spawn. None of the code parallelizes across machines, so the value should not be greater than the number of cores on the machine on which the programs are executed. When used with SLURM, this will be translated into an sbatch request like: ``--ntasks 1 --cpus-per-task ``. - - --mem : @replace - For STAR genome indexing, the amount of RAM to request. The rest of the programs do not use this value. When used with SLURM, this will be translated into an sbatch request like: ``--mem=``. - - --time : @replace - The amount of time to request. This will be translated into an sbatch request like: ``--time