Hi, I am trying to run STAR alignment using the command below:
STAR --runThreadN 10 --runMode genomeGenerate --genomeDir /home/user/scratch60/beargenomes –genomeFastaFile /home/user/scratch60/hg38.fa --readFilesIn /home/user/scratch60/SRR7059137.fastq --sjdbGTFfile /home/user/scratch60/gencode.v28.annotation.gtf --sjdbOverhang 99 --outFileNamePrefix /home/user/scratch60/SRR7059137 --outSAMtype BAM
and this came up
Aug 09 11:40:01 ..... started STAR run
Aug 09 11:40:01 ... starting to generate Genome files
Killed
I would like to understand why... if anyone can shed some light to this that'd be much appreciated. Thanks!
I'm having the same problem as yours. Can you elaborate Slurm job?
Please post a new question with the necessary details and the code you used.
Please be sure to read and follow: [ Please read before posting a question ] -- How To Ask A Good Question