Indexing the reference genome
0
0
Entering edit mode
5 months ago
Yasemin • 0
nohup STAR \
  --runMode genomeGenerate \
  --genomeDir /Users/yasi/mockexp/genome/genome_index/ \
  --genomeFastaFiles /Users/yasi/mockexp/genome/GCF_000001405.39_GRCh38.p13_genomic.fna \
  --sjdbGTFfile /Users/yasi/mockexp/genome/genomic.gtf --sjdbOverhang 80 > star_genome_generate.log 2>&1

What I am missing or doing wrong while trying to index the reference genome with STAR?

STAR • 499 views
ADD COMMENT
0
Entering edit mode

What I am missing or doing wrong while trying to index the reference genome with STAR?

You need to tell us more. The command looks OK. Is the command not working? Are you getting errors?

ADD REPLY
0
Entering edit mode

You didn't tell us the error message or the contents of the log file. Tough to help you without proper information.

ADD REPLY
0
Entering edit mode

Note: Don't use nohup, it interferes with writing to STDOUT/STDERR. Use a proper utility like screen or tmux instead to run a process that you want to protect from interruption. See: https://unix.stackexchange.com/a/192973/135331

ADD REPLY

Login before adding your answer.

Traffic: 1829 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6