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:
James A. Fellows Yates 2021-09-22 12:02:32 +02:00 committed by GitHub
parent 77a2895785
commit 5758e9f451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -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 )
}

View file

@ -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