Skip to content
Snippets Groups Projects
Commit 12b1de56 authored by nservant's avatar nservant
Browse files

[MODIF] Fix bug in tag

parent b79370f1
No related branches found
No related tags found
No related merge requests found
# nf-core/hic: Changelog
## v1.1.1
* Fix bug in tag. Remove '['
## v1.1.0 - 2019-10-15
* Update hicpro2higlass with `-p` parameter
......
......@@ -380,7 +380,7 @@ if(!params.chromosome_size && params.fasta){
if(!params.restriction_fragments && params.fasta && !params.dnase){
process getRestrictionFragments {
tag "$fasta [${params.restriction_site}]"
tag "$fasta - ${params.restriction_site}"
publishDir path: { params.saveReference ? "${params.outdir}/reference_genome" : params.outdir },
saveAs: { params.saveReference ? it : null }, mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment