From b24b5ae6f0a0d312887d26e1baf17ad6c9eeecb1 Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 7 Oct 2024 09:35:14 +0000 Subject: [PATCH] Add sphinx and trf files Signed-off-by: odidev --- content/opensource_packages/sphinx.md | 29 +++++++++++++++++++++++++++ content/opensource_packages/trf.md | 29 +++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/sphinx.md create mode 100644 content/opensource_packages/trf.md diff --git a/content/opensource_packages/sphinx.md b/content/opensource_packages/sphinx.md new file mode 100644 index 00000000..a90689b7 --- /dev/null +++ b/content/opensource_packages/sphinx.md @@ -0,0 +1,29 @@ +--- +name: Sphinx +category: Languages and Frameworks +description: Sphinx is a powerful documentation tool that facilitates the creation of organized and structured documentation. It can be thought of as a build tool that extracts information from code comments and reStructuredText files, generating comprehensive documentation from this data. +download_url: https://github.com/sphinx-doc/sphinx/tags +works_on_arm: true +supported_minimum_version: + version_number: 1.2.2 + release_date: 2014/03/02 + +optional_info: + homepage_url: https://www.sphinx-doc.org/en/master/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.sphinx-doc.org/en/master/usage/installation.html#linux + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done using "apt-get install python3-sphinx". The minimum version of sphinx 1.2.2 corresponds to ubuntu:14.04 and 4.3.2 to ubuntu:22.04. + +--- diff --git a/content/opensource_packages/trf.md b/content/opensource_packages/trf.md new file mode 100644 index 00000000..e9a3a6b5 --- /dev/null +++ b/content/opensource_packages/trf.md @@ -0,0 +1,29 @@ +--- +name: Tandem Repeats Finder (TRF) +category: Miscellaneous +description: Tandem Repeat Finder (TRF) is a bioinformatics tool designed to identify and analyze tandem repeats in DNA sequences. It efficiently detects various repeat patterns, aiding researchers in understanding genomic structures and their implications. +download_url: https://github.com/Benson-Genomics-Lab/TRF/releases +works_on_arm: true +supported_minimum_version: + version_number: 4.09.1 + release_date: 2020/06/29 + +optional_info: + homepage_url: https://tandem.bu.edu/trf/trf.html + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/Benson-Genomics-Lab/TRF?tab=readme-ov-file#instructions-for-compiling + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done manually the using the released tar [file](https://github.com/Benson-Genomics-Lab/TRF/releases/tag/v4.09.1). + +---