Skip to content

v1.0.8

Compare
Choose a tag to compare
@smangul1 smangul1 released this 29 Nov 05:34
· 78 commits to master since this release

This release contains major changes and improvements:

  • The low-quality reads are identified but NOT filter out from the analysis. Those reads are marked as "low-quality" in the read name and are used in the downstream analysis
  • The commands by ROP are easy to change. Commands are stored in rop.commands.txt
  • The --max option has been added. This option allows accounting for the maximum number of unmapped reads. We use liberal threshold to account for maximum number of reads
  • The option --pe option has been added (beta version). This option allows reporting number of discordant read pairs, with the reads from the same pair classified as different categories. This is the beta version. Please use with caution.
  • Starting from release v1.0.8 due to the computational burden we have replaced bacterial genomes database (NCBI) with informative marker genes (prepared by Metahplan2)
  • ROP now accepts reads of variable length
  • The following options are temporarily disabled: [--organism ORGANISM] [--skipLowq] [--skipQC] [--skipPreliminary] [--circRNA] [--bacteria]
  • The following options are disabled and will be removed in next release: [--qsub] [--qsubArray] [--maui] [--nonReductive]
  • We have done major changes to the installation script. To guarantee that ROP uses the latest version of the open source tools (developed by other groups or developed by our group). Starting from this release install.sh will download and install such tools. Before these tools were redistributed with ROP.
  • Install miniconda (https://conda.io/miniconda.html) as part of the installation of ROP. This way ROP doesn't require python to be installed on the system.