-
Notifications
You must be signed in to change notification settings - Fork 236
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
Integrate another bioMLmodel (biomd0000001076) #1371
Merged
bgruening
merged 18 commits into
bgruening:master
from
anuprulez:integrate_BIOMD0000001076
Jan 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
614f988
Add tool BIOMD0000001076
anuprulez c4306b7
update tool desc
anuprulez 47a8deb
update tool desc
anuprulez 345988c
add version
anuprulez 67346d8
update
anuprulez b50b15f
update test
anuprulez 4b6e947
remove print
anuprulez cabdbe7
add creator
bgruening 4c27f2d
update tool
anuprulez 1ed1b14
update doi
anuprulez 672437a
Update tools/biomodelsML/biomodels_BIOMD0000001076.xml
anuprulez ee9cc55
Merge branch 'bgruening:master' into integrate_BIOMD0000001076
anuprulez 48bf298
remove xlsx
anuprulez 27adac4
test bibtext to fix test
anuprulez 8df994c
revert to type=doi
anuprulez 9fa0e1c
remove creator tag
anuprulez 86695d5
update profile
anuprulez 80e6548
update embedded script name
anuprulez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<creator> | ||
<organization name="EMBL’s European Bioinformatics Institute (EMBL-EBI)" url="https://www.ebi.ac.uk/biomodels/" email="biomodels-net-support@lists.sf.net" /> | ||
<person name="Anup Kumar" email="kumara@informatik.uni-freiburg.de" /> | ||
</creator | ||
</creator> | ||
<requirements> | ||
<container type="docker">docker.io/anupkumar/biomodels_biomd0000001076:@VERSION@</container> | ||
</requirements> | ||
|
@@ -94,7 +94,8 @@ Returns predicted data as a tabular file - the predictions are concatenated as a | |
@ARTICLE{BIOMD0000001076, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe that DOI 10.1038/s41598-020-65584-y - maybe in addition? |
||
Author = {López-Cortés A, Cabrera-Andrade A, Vázquez-Naya JM, Pazos A, Gonzáles-Díaz H, Paz-Y-Miño C, Guerrero S, Pérez-Castillo Y, Tejera E, Munteanu CR}, | ||
title = {{Prediction of breast cancer proteins involved in immunotherapy, metastasis, and RNA-binding using molecular descriptors and artificial neural networks. Scientific reports , 5/ 2020 , Volume 10 , Issue 1 , pages: 8515 , PubMed ID: 32444848}}, | ||
url = {https://www.ebi.ac.uk/biomodels/BIOMD0000001076} | ||
url = {https://www.ebi.ac.uk/biomodels/BIOMD0000001076}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What I meant is type doi. |
||
doi = {10.1038/s41598-020-65584-y} | ||
} | ||
</citation> | ||
</citations> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is that ok for you?
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.
yes, it works. Thanks a lot :)