bjbvoesenek / qPCR-analysis

GNU General Public License v3.0
1 stars 0 forks source link

LinRegPCR version error #21

Closed bjbvoesenek closed 1 year ago

bjbvoesenek commented 1 year ago

It appears that different versions of LinRegPCR provide differently organized Excel output files...

This error happened to someone that who used LinRegPCR 2012

I used LinRegPCR 2021.2 (newest version), so we should put this in the manual. If people use other versions, they should check if the excel organization and naming of columns is identical to the example input file. But I would just recommend everyone to use the newest LinRegPCR version

Where in the manual shall we write this? I think in the installation part, but it has to be clear that it is different from the python installation

ifokkema commented 1 year ago

This is about the usage, not the installation of the tool. However:

bjbvoesenek commented 1 year ago

Might work indeed, I will check next week! Thanks for the comment!

Can you test the script of branch version2.0.1? It works for me in python, but in anaconda prompt I get an error about qpcr_plots_sorted being too large, while I didn't change anything here. I don't know what causes this, but as the script works perfectly fine in Spyder so it might be an anaconda prompt thing?

bjbvoesenek commented 1 year ago

Can you test the script of branch version2.0.1? It works for me in python, but in anaconda prompt I get an error about qpcr_plots_sorted being too large, while I didn't change anything here. I don't know what causes this, but as the script works perfectly fine in Spyder so it might be an anaconda prompt thing?

Solved, I still don't know why the error only happened in one of the programms, but I just made the subplots smaller so that the total figure will also be smaller

ifokkema commented 1 year ago

Is this whole issue still relevant? Or was it closed in #22?

bjbvoesenek commented 1 year ago

Yes, it was closed!

ifokkema commented 1 year ago

Excellent, thanks! Github will automatically close issues if the relevant PR includes a text like "Closes #21". GitHub then understands that, when the PR is merged, #21 can be closed. It's a great way of cleaning out the issue list automatically.