nf-core_modules/software/rasusa/meta.yml
Thanh Lee 5a59e61052
new module: rasusa (#413)
* new module: rasusa

* Removed blank line in software/rasusa/main

* updated code as per reviewcomments

* removed blank line as failed for lint

* updated as per review comments

* Apply suggestions from code review

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-04-09 13:10:32 +01:00

48 lines
1.3 KiB
YAML

name: rasusa
description: Randomly subsample sequencing reads to a specified coverage
keywords:
- coverage
- depth
- subsampling
tools:
- rasusa:
description: Randomly subsample sequencing reads to a specified coverage
homepage: https://github.com/mbhall88/rasusa
documentation: https://github.com/mbhall88/rasusa/blob/master/README.md
tool_dev_url: https://github.com/mbhall88/rasusa
doi: "10.5281/zenodo.3731394"
licence: ['MIT']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- reads:
type: file
description: List of input paired-end FastQ files
- depth_cutoff:
type: integer
description: Depth of coverage cutoff
- genome_size:
type: string
description: Genome size of the species
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- version:
type: file
description: File containing software version
pattern: "*.{version.txt}"
- reads:
type: file
description: Reads with subsampled coverage
pattern: "*.fastq.gz"
authors:
- "@thanhleviet"