1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:52:03 +00:00

Merge pull request #222 from nf-core/fix-save-minimap2

fix: correct pattern to publish minimap2 index
This commit is contained in:
Moritz E. Beber 2023-01-24 14:57:46 +01:00 committed by GitHub
commit 2431bddcbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ process {
path: { "${params.outdir}/minimap2/index" },
mode: params.publish_dir_mode,
enabled: params.save_hostremoval_index,
pattern: 'minimap2'
pattern: '*.mmi'
]
}