Hi Jennifer,
So I went back to the start and looked at each of the jobs in my history to check which files I used for the reference genome and annotation. I know I had uploaded multiple types but for the gtf file, I stuck to using the hg38.ncbiRefSeq.gtf (#182 in the history link).
The first use is with RNA STAR for mapping the splice junctions I provided the hg38.ncbiRefSeq.gtf (#182) but used the built-in index reference genome. I selected the built-in as I recall when uploading one from my end to build an index, it was not working as it needed way more memory which exceeded the limit in galaxy.
For the second RNA STAR using the 2-pass mapping, I again used the same built-in hg38 index for the reference genome and the same hg38.ncbiRefSeq.gtf annotation(#182) for splice junctions .
Then for the first StringTie (#610), the same hg38.ncbiRefSeq.gtf (#182) annotation was used as the reference file.
For StringTie merge (#733), again the same hg38.ncbiRefSeq.gtf (#182) annotation was used.
And in the third StringTie, I followed the tutorial where this time the reference file for the GTF is the output of the previous StringTie merge.
For the GffCompare tool, again only hg38.ncbiRefSeq.gtf (#182) annotation was used for input as the source for the reference annotation.
For the first gffread job (#858) right before the rnaQUAST tool, I used the same hg38 reference genome provided by galaxy (selection: cached reference - hg38) that I’m assuming is the same one as RNA STAR’s built-in hg38 reference genome index option.
Then at the rnaQUAST tool (#959) is where I run into my first issue. Up until this point, I have used the same annotation and reference genome. The problem is for the reference genome selection in this tool, there is no option to use the cached reference from galaxy that I’ve been previously using. So I downloaded an external hg38 fasta file from NCBI (#891 GRCh38_no_alt_analysis_set_GCA_000001405.15.fasta) and used the same hg38.ncbiRefSeq.gtf (#182) genome annotation, which still failed.
Is there a way for me to use the cached reference genome from galaxy, to upload that version to my history and select it that way for rnaQUAST?
The second issue occurs right after, when I use the gffread tool a second time (#961) following the tutorial. Again I used the same cached hg38 reference genome provided by galaxy as with the previous gffread and the previous RNA STAR runs, but this time it failed.
I am not clear where the inconsistency is.