Feature Request: check for gencode while creating index #366
Labels
alevin
issue is primarily related to alevin
fixed in develop
this bug has been fixed in develop and the issue will be closed when merged into master
This came up in #336
When building a gencode-based index with
salmon index
without the--gencode
flag, the index that is generated won't work when subsequently running e.g.salmon alevin
. This can be a pain to figure out the mistake (missing--gencode
flag).Perhaps some sort of quick grep of the index file name for
'gencode'
or within the file for multiple'|'
s (used for gencode field separator but not ensembl) should be done to check if it's gencode followed by a warning/error if the --gencode flag is missing? Another possibility could be to just auto-detect if the index is gencode using the above tests, removing the need for the--gencode
flag. Thank youThe text was updated successfully, but these errors were encountered: