You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the Segmentation fault (core dumped) at the STAR alignReads to the virus genome step. Then I checked the genomeSAindexNbases parameter in the virus index creation step and found the following warning.
'WARNING: --genomeSAindexNbases 14 is too large for the genome size=199753728, which may cause seg-fault at the mapping step. Re-run genome generation with recommended --genomeSAindexNbases 12'
Two questions:
The recommended genomeSAindexNbases of STAR is min(14, log2(GenomeLength)/2 - 1). I noticed the GenomeLength of all virus genomes is just 198153, why 199753728 here.
Should I change the genomeSAindexNbases in the virus index creation step?
The text was updated successfully, but these errors were encountered:
Thank you for pointing it out, and sorry for my late reply. Actually, in createindex.cwl, we used the default --genomeSAindexNbases. In the next release, we consider specifying smaller --genomeSAindexNbases.
Dear,
I encountered the Segmentation fault (core dumped) at the STAR alignReads to the virus genome step. Then I checked the genomeSAindexNbases parameter in the virus index creation step and found the following warning.
'WARNING: --genomeSAindexNbases 14 is too large for the genome size=199753728, which may cause seg-fault at the mapping step. Re-run genome generation with recommended --genomeSAindexNbases 12'
Two questions:
The text was updated successfully, but these errors were encountered: