mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Unzip update (#730)
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * Change test dataset
This commit is contained in:
parent
77a2895785
commit
5758e9f451
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@ include { UNZIP } from '../../../modules/unzip/main.nf' addParams( options: [:]
|
|||
|
||||
workflow test_unzip {
|
||||
|
||||
archive = file(params.test_data['sarscov2']['genome']['genome_fasta_zip'], checkIfExists: true)
|
||||
archive = file(params.test_data['sarscov2']['genome']['ncbi_taxmap_zip'], checkIfExists: true)
|
||||
|
||||
UNZIP ( archive )
|
||||
}
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
tags:
|
||||
- unzip
|
||||
files:
|
||||
- path: output/unzip/genome.fasta/genome.fasta
|
||||
md5sum: 6e9fe4042a72f2345f644f239272b7e6
|
||||
- path: output/unzip/ncbi_taxmap/
|
||||
- path: output/unzip/ncbi_taxmap/ncbi.map
|
||||
md5sum: de30dbba85f9070612b632e2a5a95952
|
||||
- path: output/unzip/ncbi_taxmap/ncbi.tre
|
||||
md5sum: 4029dd2091c685b9a86ddd9d0d870db0
|
||||
|
|
Loading…
Reference in a new issue