Skip to content

Error: Invalid parameter type for parameter input_csv #111

@alkaZeltser

Description

@alkaZeltser

Describe the issue
I'm attempting to run call-gSNP and getting the following error:
Invalid parameter type for parameter input_csv. Requires class java.lang.String but received class groovy.util.ConfigObject.
Could be totally wrong but my first suspicion was that it might be because I'm trying to automate the config file and input_csv path creation by using this code in the config file:

final String SAMPLE = 'BZPRGPT1000001-N001-B01-F'
params {
input_csv = "/hot/project/disease/ProstateTumor/PRAD-000100-ProSeqGPilot/call-gSNP/inputs/${SAMPLE}.csv"
}

Got it from Julie L and it worked great for release 7. Any thoughts on how to make this back-compatible?

  • Pipeline release version: 9.1.0
  • Cluster you are using (SGE/Slurm-Dev/Slurm-Test): slurm
  • Node type (F2s (lowmem) / F72s (midmem) / M64s (execute)): F72
  • Submission method (interactive/submission script): script
  • Actual submission script (python submission script, "nextflow run ...", etc.)
  • Sbatch or qsub command and logs if applicable
  • Config files: /hot/project/disease/ProstateTumor/PRAD-000100-ProSeqGPilot/call-gSNP/configs/expanded-target-with-off-target-configs/
  • Path to the working directory
  • Any logs produced by the pipeline: /hot/user/nzeltser/project-disease-ProstateTumor-PRAD-000100-ProSeqGPilot/BZPRGPT1000001-N001-B01-F.log

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions