Closed bjbvoesenek closed 1 year ago
By the way, I now see that this PR is merging your branch into
main
, but it should have been set to merge into therelease/2.0
branch 😉 The reason for this is that merging intomain
would cause the web interface to break. This is still set to usepython3 qpcr_analysis.py INPUT GENE1 GENE2
but this won't work anymore with this change. So we need to collect all changes outside ofmain
and test everything before we're completely done and merge everything inmain
. In principle,main
should be stable and should always contain a working version.
You are right, sorry! Let me create a new PR. I adapted your changes so it should be okay now
By the way, I now see that this PR is merging your branch into
main
, but it should have been set to merge into therelease/2.0
branch :wink: The reason for this is that merging intomain
would cause the web interface to break. This is still set to usepython3 qpcr_analysis.py INPUT GENE1 GENE2
but this won't work anymore with this change. So we need to collect all changes outside ofmain
and test everything before we're completely done and merge everything inmain
. In principle,main
should be stable and should always contain a working version.