-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description of the bug
Cheers!
I'm experiencing an issue with the --res_zoomify parameter: when I try to pass it explicitly I get the expected type error reported in the title of the issue. I experimented trying to pass it explicitly because I'm suspecting the default value is not actually passed to the process COOLER_MAKEBINS. This is how the process looks in my trace.
process > NFCORE_HIC:HIC:COOLER:COOLER_MAKEBINS (null})
I'm attaching my whole log
Command used and terminal output
nextflow run nf-core/hic \
--input sample_sheet.csv \
--outdir . \
--email guido.barzaghi@nyulangone.org \
--genome GRCh38 \
--restriction_site ^GATC,T^TAA \
--ligation_site GATCGATC,GATCTAA,TAAGATC,TAATAA \
--bin_size 500000,1000000 \
--res_zoomify '5000' \
--hicpro_maps true \
--tads_caller hicexplorer,insulation \
--res_tads 40000,100000 \
--res_compartments 100000,250000 \
--max_cpus 16 \
--max_memory '128 GB' \
-profile singularity \
-c /gpfs/data/tsirigoslab/home/barzag01/nf-core_runs/custom_conf/custom_hic.config \
-resume > log.txtRelevant files
This is the content of my config file
process {
withName: "CUSTOM_DUMPSOFTWAREVERSIONS" {
ext.when = true
}
}
process {
withName: "MULTIQC" {
ext.when = true
}
}
process {
withName: "HIC_PLOT_DIST_VS_COUNTS" {
ext.when = true
}
}
process {
withName: "GET_VALID_INTERACTION" {
memory = 32.GB
}
}
process {
withName: "HIC_FIND_TADS" {
memory = 32.GB
}
}
System information
nextflow/24.10.3
singularity/3.11.5
slurm HPC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To do