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

EXITING: because of fatal INPUT file error: could not open read file #2133

Closed
abeedhakhan opened this issue Apr 30, 2024 · 0 comments
Closed

Comments

@abeedhakhan
Copy link

abeedhakhan commented Apr 30, 2024

Hi Alex,

I have built the genome index using the prebuilt binary version of star and it worked fine. However, when I try to align my read files, it continuously shows this error of sometimes not being able to read the files and other times not been able to read the files in the genome directory in which the built index is. I have tried to change permissions to my files but not working. And, I don't understand why the permission error because I haven't done anything to the files.

Here's the command I run along with the error:

(base) akhan@IITNBTLM001 adapter_trimmed_reads % ./STAR --runThreadN 16
--genomeDir /Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/genomeDir
--readFilesCommand zcat
--readFilesIn /Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/adapter_trimmed_reads/L2_paired1.fq.gz,/Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/adapter_trimmed_reads/L2_paired2.fq.gz
--outFileNamePrefix /Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/adapter_trimmed_reads/L2
--sjdbOverhang 150
--outFilterScoreMinOverLread 0.1
--outFilterMatchNminOverLread 0.1

!!!!! WARNING: Could not ls /Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/adapter_trimmed_reads/L2_paired1.fq.gz

EXITING: because of fatal INPUT file error: could not open read file: /Users/akhan/Documents/Projects/Giulia_INs/transfer_219628_files_30cd539e/adapter_trimmed_reads/L2_paired1.fq.gz
SOLUTION: check that this file exists and has read permision.

Apr 30 23:07:10 ...... FATAL ERROR, exiting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant