diff --git a/content/opensource_packages/bamtools.md b/content/opensource_packages/bamtools.md new file mode 100644 index 00000000..afaf9918 --- /dev/null +++ b/content/opensource_packages/bamtools.md @@ -0,0 +1,29 @@ +--- +name: Bamtools +category: Data-format +description: BamTools is an open-source C++ library that facilitates reading, writing, and manipulating BAM files in bioinformatics, streamlining tasks like filtering alignments and converting between BAM and SAM formats. +download_url: https://github.com/pezmaster31/bamtools/releases +works_on_arm: true +supported_minimum_version: + version_number: 2.4.1 + release_date: 2016/12/09 + +optional_info: + homepage_url: https://hcc.unl.edu/docs/applications/app_specific/bioinformatics_tools/data_manipulation_tools/bamtools/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/pezmaster31/bamtools/wiki/Building-and-installing + 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 using the released archive [tag](https://github.com/pezmaster31/bamtools/releases/tag/v2.4.1). + +--- diff --git a/content/opensource_packages/libdrm.md b/content/opensource_packages/libdrm.md new file mode 100644 index 00000000..74fd122e --- /dev/null +++ b/content/opensource_packages/libdrm.md @@ -0,0 +1,29 @@ +--- +name: LibDRM +category: Operating System +description: Libdrm is a userspace library that provides an interface for interacting with the Direct Rendering Manager (DRM) kernel subsystem in Linux. It facilitates efficient communication between applications and the graphics hardware, enabling high-performance rendering and display management. +download_url: https://gitlab.freedesktop.org/mesa/drm/-/tags +works_on_arm: true +supported_minimum_version: + version_number: 2.4.67 + release_date: 2016/02/16 + +optional_info: + homepage_url: https://gitlab.freedesktop.org/mesa/drm + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/robherring/libdrm/blob/master/README + 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 libdrm-dev". Kindly [refer](https://launchpad.net/ubuntu/+source/libdrm). The minimum version of libdrm v2.4.67 corresponds to ubuntu:14.04 and v2.4.113 to ubuntu:22.04. + +---