Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--max_time error #115

Open
eeb74 opened this issue Nov 16, 2024 · 0 comments
Open

--max_time error #115

eeb74 opened this issue Nov 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eeb74
Copy link

eeb74 commented Nov 16, 2024

Hello,

I am the first person to try running the nf-core-clipseq-1.0.0 pipeline through my university's HTC after requesting for it to be installed and am running into an error. For the run time, I have it written into my script as pasted directly below:

#SBATCH -t 3-00:00 # Runtime in D-HH:MM

However, I am getting the error below when I run my script manually:

  • --max_time: string [6day] does not match pattern ^[\d.]+.*(s|m|h|d)$ (6day)

What about how I have it written is not matching the pattern required for --max_time?

I have attached my log file showing this error in addition to the config file that was installed on the HTC for this nf-core pipeline install request. Running with nextflow/22.04.3

Thank you in advance for your help with this!

Config file content:

params {
config_profile_description = 'Pitt HTC cluster profile provided by nf-core/configs.'
config_profile_contact = 'Fangping Mu'
config_profile_url = 'https://crc.pitt.edu/'
}

singularity {
enabled = true
autoMounts = true
// runOptions = "--bind /zfs1:/zfs1"
}

process {
executor = 'slurm'
clusterOptions = { "${params.clusterOptions ?: ''}" }
scratch = true
}

params {
// saveReference = true
max_memory = 256.GB
max_cpus = 16
max_time = 144.h
igenomes_base = '/bgfs/genomics/refs/igenomes/'
}

Error log copy & paste:

N E X T F L O W ~ version 22.04.3
Launching /ihome/crc/install/genomics_nextflow/nf-core-clipseq-1.0.0/workflow/main.nf [thursday] DSL1 - revision: e28c82e82e


                                    ,--./,-.
    ___     __   __   __   ___     /,-._.--~'

|\ | |__ __ / / \ |__) |__ } { | \| | \__, \__/ | \ |___ \-.,--, .,._,'
nf-core/clipseq v1.0.0

ERROR: Validation of pipeline parameters failed!

  • --max_time: string [6day] does not match pattern ^[\d.]+.*(s|m|h|d)$ (6day)
@eeb74 eeb74 added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant