-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align
step fails with could not open input file /geneInfo.tab
#83
Comments
From what I understand from the issue you linked, this is a bug in STAR and we will have to wait for the fix that the maintainer of STAR has already created (and links to in the bug report) is properly released (in the main STAR repository, not the separate pre-release repository). You could ask the maintainer in the issue to create a new release, noting that you also need this. Once he does this, I am glad to help with the necessary follow-up, which will be:
The only other possibility I see, if the maintainer doesn't create a release soon, would be to patch up the bioconda recipe with bugfix. This could be very straightforward, but I don't currently have the bandwidth to investigate this further. But feel free to ping me with questions regarding this, if you want to pursue that solution further. |
Thanks for the prompt reply! I asked for creation of a new release, hopefully this will happen soon. |
Maybe, just to be sure, a two more questions:
Because you never know, the error could be triggered by something different than the bug reported there. And also, the GitHub Actions continuous integration tests here just ran through these past days with a little fix to the STAR rules. So it's a bit funny that this fails on your end. |
Yes, I used the automatic GTF download and there is a column where entries start with the `gene_id` tag.
These are the first few lines from the gtf file:
```
#!genome-build GRCm38.p6
#!genome-version GRCm38
#!genome-date 2012-01
#!genome-build-accession NCBI:GCA_000001635.8
#!genebuild-last-updated 2020-02
1 havana gene 3073253 3074322 . + . gene_id "ENSMUSG00000102693"; gene_version "1"; gene_name "4933401J01Rik"; gene_source "havana"; gene_biotype "TEC"; havana_gene "OTTMUSG00000049935"; havana_gene_version "1";
```
… On 7. Jun 2024, at 10:25, David Laehnemann ***@***.***> wrote:
Maybe, just to be sure, a two more questions:
Did you just use the automatic GTF download that the workflow does, or did you manually put in place a GTF file. I guess that mismatches due to a manually added GTF might lead to issues.
And in either case, could you check that the GTF file contains the gene_id tag? The maintainer was mentioning this as a requirement in the issue you linked to:
alexdobin/STAR#1953 (comment) <alexdobin/STAR#1953 (comment)>
Because you never know, the error could be triggered by something different than the bug reported there. And also, the GitHub Actions continuous integration tests here just ran through these past days with a little fix to the STAR rules. So it's a bit funny that this fails on your end.
—
Reply to this email directly, view it on GitHub <#83 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFKDNGRWKEICH3SF2V3KM3TZGFVBNAVCNFSM6AAAAABI5GIHR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUGM2DKOJQHE>.
You are receiving this because you authored the thread.
|
OK, at least this is not broken, then... 😅 So it is probably some weird interaction of this bug with the software stack... 🤷 Fingers crossed, that the release of the bug fix makes this go away. Otherwise, we more regularly use the |
I have deployed the latest version of this workflow (v2.1.2) and only adjusted the config files. I use the ENSEMBL GRCm38 mouse reference genome (release 102).
Unfortunately, the mapping step fails with the following error:
This seems to be the same error as reported here.
Thank you for looking into this!
The text was updated successfully, but these errors were encountered: