You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running nf-core/rnaseq 3.13.2 on the Arabidopsis thaliana TAIR10 genome from iGenomes and ran into an issue with the tx2gene step of processing the annotation gtf. I have used previous pipeline versions on the same genome without this issue.
Command used and terminal output
nextflow run nf-core/rnaseq --input samplesheet_full.csv --outdir mapping_full --genome TAIR10 --max_cpus 8 -profile docker -r 3.13.2ERROR ~ Error executing process > 'NFCORE_RNASEQ:RNASEQ:QUANTIFY_STAR_SALMON:TX2GENE (genome.filtered.gtf)'Caused by: Process `NFCORE_RNASEQ:RNASEQ:QUANTIFY_STAR_SALMON:TX2GENE (genome.filtered.gtf)` terminated with an error exit status (1)Command executed: tx2gene.py \ --quant_type salmon \ --gtf genome.filtered.gtf \ --quants quants \ --id gene_id \ --extra gene_name \ -o tx2gene.tsv cat <<-END_VERSIONS > versions.yml "NFCORE_RNASEQ:RNASEQ:QUANTIFY_STAR_SALMON:TX2GENE": python: $(python --version | sed 's/Python //g') END_VERSIONSCommand exit status: 1Command output: (empty)Command error: WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. Traceback (most recent call last): File "/home/<omitted>/.nextflow/assets/nf-core/rnaseq/bin/tx2gene.py", line 162, in <module> if not map_transcripts_to_gene(args.quant_type, args.gtf, args.quants, args.id, args.extra, args.output): File "/home/<omitted>/.nextflow/assets/nf-core/rnaseq/bin/tx2gene.py", line 122, in map_transcripts_to_gene transcript_attribute = discover_transcript_attribute(gtf_file, transcripts) File "/home/<omitted>/.nextflow/assets/nf-core/rnaseq/bin/tx2gene.py", line 59, in discover_transcript_attribute attributes = dict(item.strip().split(" ", 1) for item in cols[8].split(";") if item.strip()) ValueError: dictionary update sequence element #4 has length 1; 2 is requiredWork dir: /lustre/<omitted>/full_experiment/work/57/7fc5bc40a9829787f3723fa27f46a9Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run` -- Check '.nextflow.log' file for details
Relevant files
No response
System information
Nextflow version: 23.10.0.5889
Hardware: 96CPU server, lustre filesystem
Executor: local
Container engine: Docker
OS: Ubuntu 20.04.6
Version of nf-core/rnaseq: 3.13.2
The text was updated successfully, but these errors were encountered:
"PHO1;H3" is not a good value and it's upsetting the parsing of the semicolon-delimited attributes field.
It wasn't an issue previously because we didn't sample enough lines (which @MatthiasZepper fixed).
I'll try to add something to skip a limited number of bad lines (we don't need them all for this part of the code). In the meantime I recommend you review our guidelines on reference file usage- you really are better off using more recent files from Ensembl (and you can complain to Ensembl about invalid formatting like this).
Description of the bug
I tried running nf-core/rnaseq 3.13.2 on the Arabidopsis thaliana TAIR10 genome from iGenomes and ran into an issue with the tx2gene step of processing the annotation gtf. I have used previous pipeline versions on the same genome without this issue.
Command used and terminal output
Relevant files
No response
System information
Nextflow version: 23.10.0.5889
Hardware: 96CPU server, lustre filesystem
Executor: local
Container engine: Docker
OS: Ubuntu 20.04.6
Version of nf-core/rnaseq: 3.13.2
The text was updated successfully, but these errors were encountered: