Coder Social home page Coder Social logo

Error about amica HOT 5 CLOSED

tbaccata avatar tbaccata commented on June 24, 2024
Error

from amica.

Comments (5)

tbaccata avatar tbaccata commented on June 24, 2024

Hey!

Thanks for reporting, so far I haven't encountered this error message.
Do you mind sharing a minimal example of your files for me to reproduce the error?

Regarding the example files, they are tab-separated, but have an unfortunate file extension.
I will have a look at that.

Best,
Sebastian

from amica.

Maithy15 avatar Maithy15 commented on June 24, 2024

Hi,

Please find the example protein groups file as well as the Amica expt. and grouping files.

Thanks
Maithy

proteinGroups_amica.txt
amica_Expt.txt
amica_Groups.txt

from amica.

tbaccata avatar tbaccata commented on June 24, 2024

Hi Maithy,

the groups CQStr and CQUnStr in amica_Groups.txt are not defined in the experimental design amica_Expt.txt.
This should be changed to the defined groups CQSTR and CQUnSTR, then it works.

There should be an informative error message in such cases,
that for whatever reason is not displayed, I'll look into this.

Best,
Sebastian

from amica.

Maithy15 avatar Maithy15 commented on June 24, 2024

ahh there is a mistake in the caps and small letter

Thanks for the help
Maithy

from amica.

tbaccata avatar tbaccata commented on June 24, 2024

line 232/233 in R/server/upload.R should be changed from

if (!is.null(reacValues$expDesign) &
          length(grep(elem, reacValues$expDesign)) < 1) 

to

if (!is.null(reacValues$expDesign$groups) &
          length(grep(elem, reacValues$expDesign)) < 1) 

and the user gets an appropriate error message.

Best,
Sebastian

from amica.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.