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

add(rnafusion support) #24

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

add(rnafusion support) #24

wants to merge 4 commits into from

Conversation

ChrOertlin
Copy link
Collaborator

@ChrOertlin ChrOertlin commented Mar 19, 2024

  • 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

@ChrOertlin ChrOertlin requested a review from a team as a code owner March 19, 2024 09:35
Copy link
Collaborator

@henrikstranneheim henrikstranneheim left a comment

Choose a reason for hiding this comment

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

It's happening 👍

@@ -419,7 +419,7 @@ class STARAlignment(BaseModel):
unmapped_other: float


class RNAfusionGeneralStats(BaseModel):
class RNAFusionGeneralStatsForwardSummary(BaseModel):
Copy link
Collaborator

Choose a reason for hiding this comment

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

And the reverse?

Copy link
Contributor

@diitaz93 diitaz93 Mar 20, 2024

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

Copy link
Contributor

@diitaz93 diitaz93 Mar 20, 2024

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

@diitaz93 diitaz93 self-assigned this Mar 20, 2024


class RNAFusionGeneralStats(BaseModel):
summary: RNAFusionGeneralStatsForwardSummary
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
summary: RNAFusionGeneralStatsForwardSummary
summary: RNAFusionGeneralStatsSummary

Copy link

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

3 participants