You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the tinytestrun sampleset, DESEQ2 errors out because there is only one sample per group. Need to handle this error by checking the N samples within each group. If N equals 1 then create dummy files so that the test set will still go to completion. Will require editing the diff.smk file, rules DESEQ and diffbb.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
tinytestrun
sampleset, DESEQ2 errors out because there is only one sample per group. Need to handle this error by checking the N samples within each group. If N equals 1 then create dummy files so that the test set will still go to completion. Will require editing thediff.smk
file, rulesDESEQ
anddiffbb
.The text was updated successfully, but these errors were encountered: