Skip to content

Commit

Permalink
updated recipe; bumped build number (#52064)
Browse files Browse the repository at this point in the history
  • Loading branch information
simakro authored Nov 12, 2024
1 parent 031c693 commit aee67d2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions recipes/notramp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)

0 comments on commit aee67d2

Please sign in to comment.