-
Notifications
You must be signed in to change notification settings - Fork 58
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
[WIP] ProteoRE ID_converter tool #602
base: master
Are you sure you want to change the base?
Conversation
I still have an error in the tool test here. But in the xml file, in the test lines, mapping_file is affected, so I don't understand ... If someone could help here please ??? |
</param> | ||
<when value="Human"> | ||
<param name="mapping_file" type="select" label="Release" > | ||
<options from_data_table="proteore_id_mapping_Human"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should stick to small letters for variable names
<param name="ncol" value="c1"/> | ||
</conditional> | ||
<conditional name="species"> | ||
<param name="mapping_file" value='human_id_mapping_file.tsv'/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this here needs to be a value from your loc file.
So in this case the value= should be human_id_mapping
@combesf can you have a look at this tool: https://github.com/bgruening/galaxytools/tree/master/tools/general_mapping Its more generic I think and maybe you can use that tool instead? |
|
Hi @yvandenb I am not sure where the general mapping tool is but I think the 'uniprot_rest_interface' Uniprot tool can do the ID conversions for many different IDs and organisms: https://toolshed.g2.bx.psu.edu/repository?repository_id=c8774310981b07c5 It's also installed on the EU server. |
@combesf, @yvandenb I never published the tool in the toolshed, but at this time I wanted to solve the exact same problem as you, but in a more general way: https://github.com/bgruening/galaxytools/blob/master/tools/general_mapping/readme.md In essence, an admin can create config files, of arbitrary mapping files. One tool that can map IDs for proteomics and physics and so on... |
Proteore id_converter tool
version 20210601
for review, thank you