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

STAR_ALIGN error "Not a valid S3 file system provider file attribute view: java.nio.file.attribute.BasicWithKeyFileAttributeView" #94

Open
BurtonChia opened this issue Jun 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@BurtonChia
Copy link

Description of the bug

Running nf-core/rnavar:1.0.0 with genome references from igenome or user-specified fasta/gtf files will both encounter the following error when in the STAR_ALIGN stage:

"Not a valid S3 file system provider file attribute view: java.nio.file.attribute.BasicWithKeyFileAttributeView"

Command used and terminal output

nextflow run nf-core/rnavar -r 1.0.0 \
--input /mnt/scratch/projects/adipocytes/samplesheet-bulkRNAseq-variant_calling.csv \
--outdir /mnt/scratch/projects/adipocytes/results/GRCh38-2023-A/rnaseq-variant_calling \
--genome GRCh38 \
--known_indels /mnt/scratch/projects/adipocytes/popscle/filtervcf.minAF.freemuxlet.vcf.gz \
--save_reference \
--max_cpus 30 \
--max_memory 235GB \
-resume \
-profile singularity

executor >  local (5)
[-        ] process > NFCORE_RNAVAR:RNAVAR:PREPAR... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:PREPAR... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:PREPAR... -
[41/23e647] process > NFCORE_RNAVAR:RNAVAR:INPUT_... [100%] 1 of 1, cached: 1 ✔
[-        ] process > NFCORE_RNAVAR:RNAVAR:CAT_FASTQ -
[66/fea76f] process > NFCORE_RNAVAR:RNAVAR:FASTQC... [  0%] 0 of 15
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:ALIGN_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MARKDU... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MARKDU... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MARKDU... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MARKDU... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MARKDU... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:SPLITN... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:SPLITN... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:SPLITN... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:RECALI... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:RECALI... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:RECALI... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:TABIX     -
[-        ] process > NFCORE_RNAVAR:RNAVAR:GATK4_... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:CUSTOM... -
[-        ] process > NFCORE_RNAVAR:RNAVAR:MULTIQC   -
Staging foreign file: s3://ngi-igenomes/igenomes/Homo_sapiens/NCBI/GRCh38/Sequence/WholeGenomeFasta/genome.fa
Error executing process > 'NFCORE_RNAVAR:RNAVAR:ALIGN_STAR:STAR_ALIGN (A20S35242OM)'

Caused by:
  Not a valid S3 file system provider file attribute view: java.nio.file.attribute.BasicWithKeyFileAttributeView

Relevant files

No response

System information

  • Nextflow version: 22.10.6
  • Hardware: AWS EC2 - r5a instance type
  • OS: Debian 11 x64
  • Container engine: Singularity
  • Executor: local
  • nf-core/rnavar: 1.0.0
@BurtonChia BurtonChia added the bug Something isn't working label Jun 6, 2023
@ankurs103
Copy link

Is it resolved? I am also facing the same error message "Not a valid S3 file system provider file attribute view: java.nio.file.attribute.BasicWithKeyFileAttributeView"

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