Skip to content
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

Reading fusion seq #23

Closed
wants to merge 2 commits into from

Conversation

plijnzaad
Copy link

@plijnzaad plijnzaad commented Feb 28, 2018

STAR-fusion >= 1.2.0, when run with --denovo_reconstruct has a column FUSION_CDS in output file star-fusion.fusion_predictions.abridged.annotated.coding_effect.tsv which contains the fusion sequence. This PR extracts it and adds it to the fusion object (in addition to setting attribute inframe ad also adding FFPM and annots to fusionToolSpecificData )

... but only if column PROT_FUSION_TYPE is available (i.e. when reading
star-fusion.fusion_predictions.abridged.annotated.coding_effect.tsv )
If the (default) "star-fusion.fusion_predictions.abridged.tsv" file
is used, inframe remains NA (and a warning is issued)
now also setting fusion@inframe ...

(cherry picked from commit a8fc9cb)
untested, and only when you calculated it using the FusionAnnotator
@plijnzaad
Copy link
Author

Note that this PR is deliberately against a much older commit (close to stainlagstad's master), as it is independent of my recent FusionInspector PR's

Copy link
Owner

@stianlagstad stianlagstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you again! Could you merge in the latest from master so that a Travis build is triggered? Then I'll approve :)

@stianlagstad
Copy link
Owner

Closing in favor of #56. Thank you @plijnzaad !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants