Skip to content

Commit

Permalink
Merge pull request #241 from umccr/allow-rnasum-trigger-multiple-wts-…
Browse files Browse the repository at this point in the history
…output

Allowed RNAsum trigger on multiple transcriptome output
  • Loading branch information
victorskl authored Mar 13, 2023
2 parents 7e7728f + 7fb215e commit 03b7671
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/containers/subjects/SubjectRNASumLaunch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,6 @@ function checkRnasumTriggerAllow(gdsResult: GDSRow[]): RNASumLaunchCheckType {
return rnasumCheck;
}

if (rnasumInputData.wtsBamsIca.length > 1) {
rnasumCheck.isRNASumLaunchAllowed = false;
rnasumCheck.message = `Multiple transcriptome workflow output found for the Subject.`;
return rnasumCheck;
}

if (rnasumInputData.wgsCancer.length < 1) {
rnasumCheck.isRNASumLaunchAllowed = false;
rnasumCheck.message = `No umccrise workflow output found for the Subject.`;
Expand Down

0 comments on commit 03b7671

Please sign in to comment.