Major enhancements
-
Installation and environment management is simplified. The user is now requested to install FilTar within its own standalone conda environment
-
Modify how users specify dataset metadata. Previously users had to specify dataset metadata within nested YAML data structures. This is now simplified by requesting that users add this information in TSV format. This information is then processed by
snakemakeusing thepandasmodule. -
Simplify dependency parameter configuration. FilTar utlilises a large number of dependency applications. These can now be more easily configured by the user within the
config/dependencies.yamlfile -
Use higher confidence miRNA annotations: Allow the user to use high-confidence miRNA annotations only, from miRBase. This option is set as default
Minor enhancements
- Update README to include URLs to the FilTar publications within Bioinformatics
- Throw an exception if the user specifies an invalid miRNA target prediction algorithm
- Use APAtrap binary files instead of script which reduces the number of dependencies to be installed by the user