-
Notifications
You must be signed in to change notification settings - Fork 0
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
add(rnafusion support) #24
base: main
Are you sure you want to change the base?
Conversation
ChrOertlin
commented
Mar 19, 2024
•
edited
Loading
edited
- multiqc_picard_dups.json
- multiqc_picard_insertSize.json
- multiqc_picard_RnaSeqMetrics.json
- multiqc_fastp.json
- multiqc_star.json
- multiqc_general_stats.json - needs a special parser
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.
It's happening 👍
janus/models/multiqc/models.py
Outdated
@@ -419,7 +419,7 @@ class STARAlignment(BaseModel): | |||
unmapped_other: float | |||
|
|||
|
|||
class RNAfusionGeneralStats(BaseModel): | |||
class RNAFusionGeneralStatsForwardSummary(BaseModel): |
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 the reverse?
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.
Changing for RNAFusionGeneralStatsSummary
if @ChrOertlin approves
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.
Forward and reverse should have the same fields, so they are encompassed in only one data class
janus/models/multiqc/models.py
Outdated
|
||
|
||
class RNAFusionGeneralStats(BaseModel): | ||
summary: RNAFusionGeneralStatsForwardSummary |
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.
summary: RNAFusionGeneralStatsForwardSummary | |
summary: RNAFusionGeneralStatsSummary |
|