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

ERROR ~ Invalid method invocation call with arguments using DCC #161

Open
ZabalaAitor opened this issue Jul 18, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ZabalaAitor
Copy link

Description of the bug

Hello,

I encountered this error using DCC.

Command used and terminal output

nextflow pull nf-core/circrna

nextflow run nf-core/circrna \
	-r dev \
	-profile apptainer \
	--input /data/azabala/RNAseq_MS/samplesheet_circRNA.csv \
	--phenotype /data/azabala/RNAseq_MS/phenotype.csv \
	--outdir /scratch/azabala/circRNA_MS \
	--tool 'dcc' \
	--limitSjdbInsertNsj 1500000 \
	--max_cpus 36 \
	--max_memory 512GB \
	-w /scratch/azabala/circRNA_MS/work_circRNA_MS \
	--genome GRCh38 \
	--save_reference false \
	--gtf /data/azabala/gtf/UCSC/NCBI/hg38.ncbiRefSeq.gtf \
	-resume

Checking nf-core/circrna ...
 Already-up-to-date - revision: 009e891b31 [dev]
N E X T F L O W  ~  version 23.04.2
Launching `https://github.com/nf-core/circrna` [ridiculous_allen] DSL2 - revision: 009e891b31 [dev]
WARN: Nextflow self-contained distribution allows only core plugins -- User config plugins will be ignored: nf-validation@1.1.3
WARN: Access to undefined parameter `monochromeLogs` -- Initialise it to a default value eg. `params.monochromeLogs = some_value`


------------------------------------------------------
                                        ,--./,-.
        ___     __   __   __   ___     /,-._.--~'
  |\ | |__  __ /  ` /  \ |__) |__         }  {
  | \| |       \__, \__/ |  \ |___     \`-._,-`-,
                                        `._,._,'
  nf-core/circrna vdev-g009e891
------------------------------------------------------
Core Nextflow options
  revision          : dev
  runName           : ridiculous_allen
  containerEngine   : apptainer
  launchDir         : /scratch/azabala/circRNA_MS
  workDir           : /scratch/azabala/circRNA_MS/work_circRNA_MS
  projectDir        : /home/azabala/.nextflow/assets/nf-core/circrna
  userName          : azabala
  profile           : apptainer
  configFiles       : 

Input/output options
  input             : /data/azabala/RNAseq_MS/samplesheet_circRNA.csv
  outdir            : /scratch/azabala/circRNA_MS
  phenotype         : /data/azabala/RNAseq_MS/phenotype.csv

Discovery Options
  tool              : dcc

Alignment Options
  limitSjdbInsertNsj: 1500000

Reference genome options
  save_reference    : false
  genome            : GRCh38
  fasta             : s3://ngi-igenomes/igenomes//Homo_sapiens/NCBI/GRCh38/Sequence/WholeGenomeFasta/genome.fa
  gtf               : /data/azabala/gtf/UCSC/NCBI/hg38.ncbiRefSeq.gtf
  mature            : s3://ngi-igenomes/igenomes//Homo_sapiens/NCBI/GRCh38/Annotation/SmallRNA/mature.fa

Max job request options
  max_cpus          : 36
  max_memory        : 512GB

ERROR ~ Invalid method invocation `call` with arguments: [HCMS09, null, /scratch/azabala/circRNA_MS/work_circRNA_MS/90/7e326a92a9973120f782db4686e781/HCMS09_mate1.Chimeric.out.junction, /scratch/azabala/circRNA_MS/work_circRNA_MS/2a/b67e65a96aacc786bb9c4068479465/HCMS09_mate2.Chimeric.out.junction] (java.util.ArrayList) on _closure14 type

 -- Check '.nextflow.log' file for details
ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting

 -- Check '.nextflow.log' file for details
-[nf-core/circrna] Pipeline completed with errors-

Relevant files

No response

System information

Nextflow: 23.04.2
Hardware: HPC
Executor: slurm
Conatiner: Apptainer
OS: Linux
nf-core/circrna: dev

@ZabalaAitor ZabalaAitor added the bug Something isn't working label Jul 18, 2024
@nictru
Copy link
Contributor

nictru commented Jul 18, 2024

I am currently travelling and will only be able to look into this early next week

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

2 participants