Open dangeles opened 5 years ago
it appears this problem has been referenced by other users and is the result of inadequate mapping between the target_ids and other transcript identifiers.
Is this an issue with sleuth?
it's probably an issue with the way the genomics files are being formatted... but i'm not sure
I have found out why. It's because the target_id
s in the reference CDNA don't match with that in the annotation.
The CDNA fasta obtained from Wormbase for PRJEB28388
has target_id
s and gene
s of this form >chrIII_pilon.g6684 gene=chrIII_pilon.g6684
, but the annotation tsv we received from Michael has target_id
s of this form 2L52.1a.1
.
I'll ask why they don't match and if they could give us annotations with matching target_ids.
For the time being, I think it will work if you change the organism to WS268.PRJNA13758
and rerun Alaska.
Ok. Let's make only the working genome available until fixed.
Sent from my iPhone
On Aug 18, 2019, at 9:51 AM, Joseph Min notifications@github.com<mailto:notifications@github.com> wrote:
For the time being, I think it will work if you change the organism to WS268.PRJNA13758 and rerun Alaska.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/Lioscro/alaska-parse/issues/27?email_source=notifications&email_token=ABRVIETQJ3CBORYBZY3T6TTQFFHU7A5CNFSM4IHGAJTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RAP2Y#issuecomment-522323947, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABRVIESGUOI3ETPE5YTUICDQFFHU7ANCNFSM4IHGAJTA.
And let's make sure it's fixed for all species
Sent from my iPhone
On Aug 18, 2019, at 9:51 AM, Joseph Min notifications@github.com<mailto:notifications@github.com> wrote:
For the time being, I think it will work if you change the organism to WS268.PRJNA13758 and rerun Alaska.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/Lioscro/alaska-parse/issues/27?email_source=notifications&email_token=ABRVIETQJ3CBORYBZY3T6TTQFFHU7A5CNFSM4IHGAJTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RAP2Y#issuecomment-522323947, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABRVIESGUOI3ETPE5YTUICDQFFHU7ANCNFSM4IHGAJTA.
Should be able to fix this now with #49
Straight from live output. I used the weirdest genotype names I could get. Other than that, should be a standard wt vs mt analysis. It seems that the genotype names may be throwing some errors, but the blocking problem is at the level of target_mapping, which seems really strange.