-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: fusion calling #222
feat: fusion calling #222
Conversation
…eq-varlociraptor into fusion_calling
To get this running we need suhrig/arriba#191 being merged and a new release of arriba. |
…to fusion_calling
@@ -0,0 +1,90 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this script come from arriba sources? Please cite the full URL here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And is the license compatible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license of arriba is also MIT and therefore compatible. :)
These changes introduce fusion calling in addition the variant calling.
There for arriba is applied for calling variants. As vep does not provide any helpful information it is skipped for fusion calls.
Instead annotation is performed by additional scripts that come with the arriba package.
To define a what kind of analysis shall be performed for a sample an additional column named
datatype
has been added to the samplesheet allowing eitherrna
ordna
. As file name extensions within the pipeline are separated intovariants
andfusions
we probably should unify this as the former one might also be too generic.For fusion calls a separte datavzrd report will be created adding a new category showing up in the final snakemake report.