EI-CoreBioinformatics / portcullis

Splice junction analysis and filtering from BAM files
https://ei-corebioinformatics.github.io/portcullis/
GNU General Public License v3.0
38 stars 9 forks source link

Broken junctools convert due to changes in the tab format #31

Closed lucventurini closed 6 years ago

lucventurini commented 6 years ago

In the latest version(s?), Portcullis has added four metrics to the TAB file ("nbr?(pos|neg)"). As the indexing in the "junction" module is by position, rather than name, this breaks the parsing and therefore the conversion script.

maplesond commented 6 years ago

Thanks Luca. I'll take a look tomorrow.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: Luca Venturini notifications@github.com Date: 15/02/2018 13:57 (GMT+00:00) To: maplesond/portcullis portcullis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [maplesond/portcullis] Broken junctools convert due to changes in the tab format (#31)

In the latest version(s?), Portcullis has added four metrics to the TAB file ("nbr?(pos|neg)"). As the indexing in the "junction" module is by position, rather than name, this breaks the parsing and therefore the conversion script.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/maplesond/portcullis/issues/31, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADwhFOo4pV7iTDyTJEuBLllf6Y51fNQlks5tVDfagaJpZM4SG4bA.

maplesond commented 6 years ago

Fixed in develop branch.