Is there an existing module for this?
Is there an open PR for this?
Is there an open issue for this?
Further Information
Hi nf-core/modules team,
I would like to contribute a new module for TelomereHunter2.
Component name:
telomerehunter2
Tool:
TelomereHunter2 estimates telomere content and telomeric variant repeats from indexed BAM/CRAM sequencing data. It is a Python 3 implementation and extension of the original TelomereHunter workflow.
Bioconda package:
bioconda::telomerehunter2=1.0.11
BioContainer:
quay.io/biocontainers/telomerehunter2:1.0.11--pyhdfd78af_0
The module takes a coordinate-sorted BAM file, BAM index and optional chromosome banding file, then emits:
- TelomereHunter2 summary table
- telomeric variant repeat top-context table
- singleton repeat table
- full TelomereHunter2 output directory
- output file index
- version information
Local checks:
nf-test test --tag telomerehunter2 --profile docker --update-snapshot
nf-core modules lint telomerehunter2 --plain-text
Results:
- nf-test Docker stub test passed
- lint passed with 51 tests passed, 0 warnings, 0 failures
I am opening this issue to avoid duplicate work before submitting the PR.
Thanks!
Are you going to work on this?
Software requirements (conda)
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda
dependencies:
- bioconda::telomerehunter2=1.0.11
Is there an existing module for this?
Is there an open PR for this?
Is there an open issue for this?
Further Information
Hi nf-core/modules team,
I would like to contribute a new module for TelomereHunter2.
Component name:
telomerehunter2Tool:
TelomereHunter2 estimates telomere content and telomeric variant repeats from indexed BAM/CRAM sequencing data. It is a Python 3 implementation and extension of the original TelomereHunter workflow.
Bioconda package:
bioconda::telomerehunter2=1.0.11BioContainer:
quay.io/biocontainers/telomerehunter2:1.0.11--pyhdfd78af_0The module takes a coordinate-sorted BAM file, BAM index and optional chromosome banding file, then emits:
Local checks:
nf-test test --tag telomerehunter2 --profile docker --update-snapshotnf-core modules lint telomerehunter2 --plain-textResults:
I am opening this issue to avoid duplicate work before submitting the PR.
Thanks!
Are you going to work on this?
Assigneesto facilitate tracking who is working on the moduleSoftware requirements (conda)