cougarlj / COMPSRA

COMPSRA: a COMprehensive Platform for Small RNA-Seq data Analysis
https://regepi.bwh.harvard.edu/circurna/
GNU General Public License v3.0
16 stars 6 forks source link

Genome_index_file #27

Open tkaraman19 opened 2 years ago

tkaraman19 commented 2 years ago

Hi there, I followed the steps one by one, i am stuck with the star alignment part. It asks me to generate a genome index file and I dont know how to do it. Can u give me advice to overcome this. Thank you

cougarlj commented 2 years ago

Dear tkaraman19,

Based on my experience, you can fix it through two ways.

  1. You can build the index by yourself directly through STAR. The command like: STAR --runMode genomeGenerate --genomeDir /your/dir --genomeFastaFiles /your/fastq/file/hg38.fa . You should put the index directory in ***/bundle_v1/db//star/hg38
  2. When you run the alignment module for the first time, you can add the parameter "-mbi" and this will help you to build the index automatically. If it fails for some reasons I don't know, you can copy the command on the screen and run it independently to build the index directly.

If you have any questions, please let me know.

Best Wishes, Jiang Li

On Mon, Nov 29, 2021 at 4:24 PM tkaraman19 @.***> wrote:

Hi there, I followed the steps one by one, i am stuck with the star alignment part. It asks me to generate a genome index file and I dont know how to do it. Can u give me advice to overcome this. Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cougarlj/COMPSRA/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGMAD3YW4CNUP63J6PRWELUOM2FFANCNFSM5I6QGELA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.