Skip to content

ERROR ~ * --res_zoomify: expected type: String, found: Integer (5000) #229

@GuidoBarzaghi

Description

@GuidoBarzaghi

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

log.txt

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.txt

Relevant 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions