-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression loader #266
Comments
the importer supports two expression file formats- which were you using? https://github.com/tripal/tripal_analysis_expression#expression-data-loader Can you please share the first few lines of your expression file so I can confirm the format? Thanks |
hi there! thx for your reply and now I'm trying with a file like this: LOC112032122 17.94043 |
Looks like that call of I recommend using the matrix format instead, if you can. its better tested. |
ok! the matrix worked! Thx! I'll try the patch anyway and let you know! |
any problems @kyrenya ? or can i close this issue? |
hi there! sorry I was away in a meeting and didnt come back to this yet! Matrix files worked, still didnt test the patch for the column ones, but I guess you can close! Thx!! |
@kyrenya thats an example XML file, not an example matrix file. <BioSampleSet>
<BioSample access="public" publication_date="2016-05-06T08:50:02.560" last_update="2016-05-09T17:03:18.897"
submission_date="2016-05-06T08:50:03.817" id="4958045" accession="SAMN04958045">
<Ids>
<Id db="BioSample" is_primary="1">SAMN04958045</Id>
<Id db_label="Sample name">SM125</Id>
<Id db="SRA">SRS1426053</Id>
</Ids>
<Description>
<Title>Plant sample from Acer saccharum</Title>
<Organism taxonomy_id="4024" taxonomy_name="Acer saccharum">
<OrganismName>Acer saccharum</OrganismName>
</Organism>
<Comment>
<Paragraph>Sugar Maple - pooled seedling leaf RNAs, 125 ppb ozone</Paragraph>
</Comment>
</Description> The example biomaterial matrix file is here: https://github.com/tripal/tripal_analysis_expression/blob/master/example_files/3175-biomaterial.csv this file does laod for me on my site. The "Check biosamples" button does NOT WORK for flat files, ONLY for XML. That said, this issue is titled "expression loader" so thats confusing. If youre having problems wit hte biomaterial loader, please open a separate issue. Double check you are using the appropriate loader for the file. |
sorry, I made a mess when explaining. |
OK, im able to reproduce the error. at first I got a warning about the file being empty, but when i used the pre-existing file, I got the AJAX warning. Something has gone wrong with the biosample checker that lets you assign cvterms. However, the biomaterials still import fine if you run the importer. I created a ticket for this issue #284 |
uhm.. this is weird, I get the same message no matter if pre-existing file or with the importer :( |
im working on it. i broke the property checker function trying to simplify the code unfortunately. |
ok! sorry for that! I'll wait for your news then! |
this pr should resolve #285 . can you please update master and try again? |
I think it works now! Thx! I will try now to upload my data! |
Hi there!
I'm trying to follow instructions, and I must be doing something wrong, because I get this message:
any idea of what is happening?
Thanks a lot in advance! Cheers!
The text was updated successfully, but these errors were encountered: