Header Leaderboard Ad

Collapse

STAR error: could not open readFilesIn

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • STAR error: could not open readFilesIn

    Hi all. I'm quite new to RNA-seq and in particular using the STAR alignment software. I have written a script to map my reads to a reference genome, but it keeps erroring out and giving me this error message:

    EXITING because of fatal input ERROR: could not open readFilesIn=/dfs1/bio/dtatarak/DT-advancement_RNAseq_stuff/RNAseq_10_4_2017/DT_1_read1.fastq

    Essentially, it cannot seem to open my fastq files, but I cannot figure out why. Here is my script (sorry for the lengthy directory paths)



    module load STAR/2.5.2a


    cd /dfs1/bio/dtatarak/DT-advancement_RNAseq_stuff/RNAseq_10_4_2017

    mkdir David_data1


    STAR --genomeDir /dfs1/bio/dtatarak/indexes/STAR_Index --readFilesIn /dfs1/bio/dtatarak/DT-advancement_RNAseq_stuff/RNAseq_10_4_2017/DT_1_read1.fastq /dfs1/bio/dtatarak/DT-advancement_RNAseq_stuff/RNAseq_10_4_2017/DT_1_read2.fastq --runThreadN 8 --outFileNamePrefix "David_data1/DT_1"


    Does anyone know what the problem might be? I've scoured the internet, and I can't seem to find a solution.

  • #2
    Are you using a cluster to run this job (likely since you are using modules)? If so check to make sure that "/dfs1/bio/dtatarak/DT-advancement_RNAseq_stuff/RNAseq_10_4_2017/" is available on the job nodes where the job is actually running.

    Comment


    • #3
      If you are using a cluster or SGE setup, you might try to qlogin and see if you can still find the files and if the paths are correct. You might check if the permissions on those input files are correct for another process accessing them also.

      If you copy and paste the command directly into the command line does it fail the same way or does it work? If it works, that means its probly a cluster submission issue, and if it fails it means you maybe messed up the path to the input file.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 05-26-2023, 09:22 AM
      0 responses
      8 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-24-2023, 09:49 AM
      0 responses
      9 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-23-2023, 07:14 AM
      0 responses
      29 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-18-2023, 11:36 AM
      0 responses
      113 views
      0 likes
      Last Post seqadmin  
      Working...
      X