From aee67d25bcea045781310c5e8b9bd542051092f9 Mon Sep 17 00:00:00 2001 From: Simon Magin <74452164+simakro@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:36:53 +0100 Subject: [PATCH] updated recipe; bumped build number (#52064) --- recipes/notramp/meta.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/recipes/notramp/meta.yaml b/recipes/notramp/meta.yaml index 256a951ed7a91..f4736f09609de 100644 --- a/recipes/notramp/meta.yaml +++ b/recipes/notramp/meta.yaml @@ -10,7 +10,7 @@ source: sha256: d17dafed1f9afa119c48aca5486c59049774590ca5b90b6802a011d9eaec85ca build: - number: 0 + number: 1 entry_points: - notramp = notramp.notramp_main:run_notramp script: "{{ PYTHON }} -m pip install . -vv" @@ -38,9 +38,14 @@ about: license: BSD-2 license_family: BSD license_file: LICENSE - summary: "Normalization and Trimming of long-read (ONT, PB) amplicon sequencing data" + summary: "Super-fast Normalization and Trimming for Amplicon Sequencing Data (Long- and Short-read)" + description: "NoTrAmp is a Tool for super fast trimming and read-depth normalization of amplicon reads. It is designed to be used in amplicon-tiling panels\ + \ (or similar multiplexed amplicon sequencing approaches) to cap coverage of each amplicon (if desired) and to trim amplicons to their appropriate length\ + \ removing barcodes, adpaters and primers (if desired) in a single clipping step.\n\nNoTrAmp is suitable for use with both long (e.g. ONT/PacBio) and short\ + \ reads (e.g Illumina). When using reads that are significantly shorter than amplicon sizes, you should adjust the minimum required alignment length\ + \ using the --set_min_len argument.\n\nSee the projects [home](https://github.com/simakro/NoTrAmp) for usage and additional documentation." doc_url: "https://github.com/simakro/NoTrAmp/blob/main/README.md" extra: recipe-maintainers: - - 74452164 + - simakro (simon.magin)