Resource List
List all resources, or create a new resource.
GET /api/tool?topicID=
https://github.com/gaarangoa/deeparg", "biotoolsID": "deeparg", "biotoolsCURIE": "biotools:deeparg", "version": [ "1.0.4" ], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_3482", "term": "Antimicrobial resistance prediction" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_3494", "term": "DNA sequence" }, "format": [ { "uri": "http://edamontology.org/format_1929", "term": "FASTA" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_3002", "term": "Annotation track" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": "Prediction of ARGs from assembled reads (short sequences or long sequences)", "cmd": "deeparg predict \\\n --model LS \\\n -i ./test/ORFs.fa \\\n -o ./test/X \\\n -d /path/to/data/ \\\n --type nucl \\\n --min-prob 0.8 \\\n --arg-alignment-identity 30 \\\n --arg-alignment-evalue 1e-10 \\\n --arg-num-alignments-per-entry 1000" }, { "operation": [ { "uri": "http://edamontology.org/operation_3482", "term": "Antimicrobial resistance prediction" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_3494", "term": "DNA sequence" }, "format": [ { "uri": "http://edamontology.org/format_1930", "term": "FASTQ" }, { "uri": "http://edamontology.org/format_3989", "term": "GZIP format" } ] } ], "output": [], "note": "ARG prediction from raw reads", "cmd": "deeparg short_reads_pipeline \\\n --forward_pe_file ./test/F.fq.gz \\\n --reverse_pe_file ./test/R.fq.gz \\\n --output_file ./test/reads \\\n -d ~/Desktop/darg \\\n --bowtie_16s_identity 100" } ], "toolType": [ "Command-line tool" ], "topic": [ { "uri": "http://edamontology.org/topic_3301", "term": "Microbiology" } ], "operatingSystem": [ "Mac", "Linux", "Windows" ], "language": [ "Python" ], "license": "MIT", "collectionID": [], "maturity": null, "cost": "Free of charge", "accessibility": null, "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/gaarangoa/deeparg", "type": [ "Repository" ], "note": null } ], "download": [], "documentation": [ { "url": "https://github.com/gaarangoa/deeparg?tab=readme-ov-file", "type": [ "User manual" ], "note": null } ], "publication": [ { "doi": "10.1186/s40168-018-0401-z", "pmid": null, "pmcid": null, "type": [], "version": null, "note": null, "metadata": null } ], "credit": [ { "name": "Gustavo Arango-Argoty", "email": "gustavo1@vt.edu", "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [ "Primary contact" ], "note": null } ], "community": null, "owner": "hugo-lefeuvre", "additionDate": "2024-10-11T15:08:50.098419Z", "lastUpdate": "2024-10-11T15:08:50.101943Z", "editPermission": { "type": "public", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "wcloud", "description": "Converts a file from textual format into a word cloud image", "homepage": "https://github.com/isaackd/wcloud", "biotoolsID": "wcloud", "biotoolsCURIE": "biotools:wcloud", "version": [ "none" ], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_0337", "term": "Visualisation" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_2526", "term": "Text data" }, "format": [ { "uri": "http://edamontology.org/format_2330", "term": "Textual format" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2968", "term": "Image" }, "format": [ { "uri": "http://edamontology.org/format_3603", "term": "PNG" } ] } ], "note": null, "cmd": "wcloud --text file.txt -o cloud.png" } ], "toolType": [], "topic": [], "operatingSystem": [], "language": [], "license": "MIT", "collectionID": [], "maturity": "Emerging", "cost": "Free of charge", "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [], "download": [], "documentation": [], "publication": [], "credit": [], "community": null, "owner": "robm", "additionDate": "2024-10-04T08:16:28.471809Z", "lastUpdate": "2024-10-10T11:27:15.754023Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "word_cloud", "description": "Converts a file from textual format into a word cloud image", "homepage": "https://github.com/amueller/word_cloud", "biotoolsID": "word_cloud", "biotoolsCURIE": "biotools:word_cloud", "version": [ "1.9.3" ], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_0337", "term": "Visualisation" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_2526", "term": "Text data" }, "format": [ { "uri": "http://edamontology.org/format_2330", "term": "Textual format" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2968", "term": "Image" }, "format": [ { "uri": "http://edamontology.org/format_3603", "term": "PNG" } ] } ], "note": null, "cmd": "wordcloud_cli --text mytext.txt --imagefile wordcloud.png" } ], "toolType": [ "Command-line tool" ], "topic": [ { "uri": "http://edamontology.org/topic_0003", "term": "Topic" } ], "operatingSystem": [ "Linux", "Windows", "Mac" ], "language": [ "Python" ], "license": "MIT", "collectionID": [], "maturity": "Emerging", "cost": "Free of charge", "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/amueller/word_cloud", "type": [ "Repository" ], "note": null } ], "download": [ { "url": "https://github.com/amueller/word_cloud/releases", "type": "Downloads page", "note": null, "version": "1.9.3" } ], "documentation": [], "publication": [], "credit": [], "community": null, "owner": "robm", "additionDate": "2024-10-04T08:08:39.567830Z", "lastUpdate": "2024-10-10T11:25:48.097530Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "rustims", "description": "rustims is a framework for processing raw ion mobility spectrometry (IMS) data in ion mobility-mass spectrometry datasets.", "homepage": "https://github.com/theGreatHerrLebert/rustims", "biotoolsID": "rustims", "biotoolsCURIE": "biotools:rustims", "version": [], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_2409", "term": "Data handling" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_2536", "term": "Mass spectrometry data" }, "format": [ { "uri": "http://edamontology.org/format_2333", "term": "Binary format" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2536", "term": "Mass spectrometry data" }, "format": [] } ], "note": null, "cmd": null } ], "toolType": [], "topic": [ { "uri": "http://edamontology.org/topic_0121", "term": "Proteomics" } ], "operatingSystem": [], "language": [ "Python" ], "license": "MIT", "collectionID": [], "maturity": "Emerging", "cost": null, "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/theGreatHerrLebert/rustims", "type": [ "Repository" ], "note": null } ], "download": [ { "url": "https://pypi.org/project/imspy/", "type": "Software package", "note": null, "version": "0.2.33" } ], "documentation": [], "publication": [], "credit": [], "community": null, "owner": "herrlebert", "additionDate": "2024-06-12T12:27:50.749994Z", "lastUpdate": "2024-10-09T16:10:20.193740Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "gget", "description": "gget is a free, open-source command-line tool and Python package that enables efficient querying of genomic databases.", "homepage": "https://www.gget.bio", "biotoolsID": "gget", "biotoolsCURIE": "biotools:gget", "version": [], "otherID": [], "relation": [], "function": [], "toolType": [ "Command-line tool" ], "topic": [ { "uri": "http://edamontology.org/topic_3070", "term": "Biology" }, { "uri": "http://edamontology.org/topic_3307", "term": "Computational biology" }, { "uri": "http://edamontology.org/topic_3391", "term": "Omics" } ], "operatingSystem": [ "Mac", "Linux", "Windows" ], "language": [ "Python" ], "license": "BSD-2-Clause", "collectionID": [], "maturity": "Mature", "cost": "Free of charge", "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/pachterlab/gget", "type": [ "Repository" ], "note": "Source code GitHub repository" }, { "url": "https://github.com/pachterlab/gget_examples", "type": [ "Repository" ], "note": "GitHub repository with advanced tutorials" }, { "url": "https://x.com/NeuroLuebbert/status/1613313353254068224", "type": [ "Social media" ], "note": "Twitter thread about software updates" } ], "download": [], "documentation": [ { "url": "https://www.gget.bio", "type": [ "General" ], "note": null } ], "publication": [ { "doi": "10.1093/bioinformatics/btac836", "pmid": "38377393", "pmcid": "PMC10927331", "type": [ "Primary" ], "version": null, "note": null, "metadata": null } ], "credit": [ { "name": "Laura Luebbert", "email": null, "url": "https://www.lauraluebbert.com/", "orcidid": "https://orcid.org/0000-0003-1379-2927", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Lior Pachter", "email": null, "url": "https://pachterlab.github.io/", "orcidid": "https://orcid.org/0000-0002-9164-6231", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": "Bren Professor of Computational Biology and Computing and Mathematical Sciences at the California Institute of Technology" } ], "community": null, "owner": "biotools_user", "additionDate": "2024-10-08T18:35:45.294154Z", "lastUpdate": "2024-10-08T18:46:28.919322Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "BiotXplorer", "description": "BiotXplorer is a service dedicated to highlight biotic interactions between species in literature.", "homepage": "https://biotxplorer.sibils.org/", "biotoolsID": "biotxplorer", "biotoolsCURIE": "biotools:biotxplorer", "version": [], "otherID": [], "relation": [ { "biotoolsID": "sibils", "type": "uses" } ], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_3778", "term": "Text annotation" }, { "uri": "http://edamontology.org/operation_3625", "term": "Relation extraction" }, { "uri": "http://edamontology.org/operation_3280", "term": "Named-entity and concept recognition" }, { "uri": "http://edamontology.org/operation_2422", "term": "Data retrieval" }, { "uri": "http://edamontology.org/operation_0305", "term": "Literature search" } ], "input": [], "output": [], "note": null, "cmd": null } ], "toolType": [ "Web application" ], "topic": [ { "uri": "http://edamontology.org/topic_3050", "term": "Biodiversity" } ], "operatingSystem": [ "Mac", "Linux", "Windows" ], "language": [ "Python" ], "license": null, "collectionID": [], "maturity": null, "cost": null, "accessibility": null, "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [], "download": [], "documentation": [], "publication": [], "credit": [ { "name": "Emilie Pasche", "email": "emilie.pasche@hesge.ch", "url": null, "orcidid": "https://orcid.org/0000-0002-9118-5762", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Déborah Caucheteur", "email": "deborah.caucheteur@hesge.ch", "url": null, "orcidid": "https://orcid.org/0000-0003-0800-544X", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Patrick Ruch", "email": null, "url": null, "orcidid": "https://orcid.org/0000-0002-3374-2962", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null } ], "community": null, "owner": "Deborahc10", "additionDate": "2024-10-07T07:06:53.481238Z", "lastUpdate": "2024-10-07T07:11:27.057346Z", "editPermission": { "type": "group", "authors": [ "patrick.ruch@unige.ch" ] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "MzDOCK", "description": "Multiple Ligand Docking\nFlexible Docking(Induced Fit)\nCo-crystallized Ligand Based Binding Site Configuration\nVarious Ligand Input File Formats(.pdb,.sdf,.mol,.mol2,SMILES), Energy Optimization using Forcefields (MMFF94, MMFF94s,UFF,GAFF and Ghemical)\nOption to include Ions and Cofactors, Retain Water in the Protein\nComprehensive Analysis report of protein-ligand complex\nIntegrated With Pymol-open-source for visualization\nCombinatorial Molecule Generation With Scaffold\nIntegrated With Molecule Drawing Tool - JSME Editor", "homepage": "https://sourceforge.net/projects/mzdock/", "biotoolsID": "MzDOCK", "biotoolsCURIE": "biotools:MzDOCK", "version": [], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_2426", "term": "Modelling and simulation" } ], "input": [], "output": [], "note": null, "cmd": "Molecular Docking" } ], "toolType": [ "Desktop application" ], "topic": [ { "uri": "http://edamontology.org/topic_3307", "term": "Computational biology" } ], "operatingSystem": [ "Windows" ], "language": [], "license": null, "collectionID": [], "maturity": null, "cost": null, "accessibility": null, "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [], "download": [ { "url": "https://sourceforge.net/projects/mzdock/", "type": "Software package", "note": null, "version": "v2.9" } ], "documentation": [], "publication": [ { "doi": "10.1002/jcc.27390", "pmid": null, "pmcid": null, "type": [ "Primary" ], "version": null, "note": "Published in Journal of Computational Chemistry", "metadata": null } ], "credit": [], "community": null, "owner": "muzammilkabeer", "additionDate": "2024-10-06T18:59:07.848046Z", "lastUpdate": "2024-10-06T19:05:17.337026Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "EnrichDO", "description": "A Global Weighted Model for Disease Ontology Enrichment Analysis. EnrichDO was based on the latest annotations of the human genome with DO terms, and double weighted the annotated genes. On one hand, to reinforce the saliency of direct gene-DO annotations, different initial weights were assigned to directly annotated genes and indirectly annotated genes, respectively. On the other hand, to detect locally most significant node between the parent and its children, less significant nodes were dynamically down-weighted.", "homepage": "https://github.com/liangcheng-hrbmu/EnrichDO", "biotoolsID": "enrichdo", "biotoolsCURIE": "biotools:enrichdo", "version": [ "0.99.14" ], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_3501", "term": "Enrichment analysis" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_1027", "term": "Gene ID (NCBI)" }, "format": [ { "uri": "http://edamontology.org/format_3507", "term": "Document format" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2353", "term": "Ontology data" }, "format": [ { "uri": "http://edamontology.org/format_3507", "term": "Document format" } ] } ], "note": null, "cmd": null } ], "toolType": [ "Library" ], "topic": [ { "uri": "http://edamontology.org/topic_0091", "term": "Bioinformatics" } ], "operatingSystem": [], "language": [ "R" ], "license": "MIT", "collectionID": [ "enrichdo" ], "maturity": null, "cost": null, "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/liangcheng-hrbmu/EnrichDO", "type": [ "Software catalogue" ], "note": "Please use the issue tracker for reporting bugs and making features requests." } ], "download": [ { "url": "https://github.com/liangcheng-hrbmu/EnrichDO", "type": "Source code", "note": null, "version": "0.99.14" }, { "url": "https://www.bioconductor.org/packages/devel/bioc/html/EnrichDO.html", "type": "Downloads page", "note": "R package download", "version": "0.99.14" } ], "documentation": [ { "url": "https://github.com/liangcheng-hrbmu/EnrichDO/blob/devel/vignettes/EnrichDO.Rmd", "type": [ "Quick start guide" ], "note": null }, { "url": "https://www.bioconductor.org/packages/devel/bioc/html/EnrichDO.html", "type": [ "Installation instructions" ], "note": null } ], "publication": [], "credit": [], "community": null, "owner": "LiangCheng", "additionDate": "2024-09-06T08:11:29.614214Z", "lastUpdate": "2024-10-03T00:40:25.054744Z", "editPermission": { "type": "private", "authors": [] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "GRNsight", "description": "Web application and service for visualizing small- to medium-scale models of gene regulatory networks. It automatically lays out either an unweighted or weighted network graph based on an Excel input spreadsheet containing an adjacency matrix where regulators are named in the columns and target genes in the rows. It is best-suited for visualizing networks of fewer than 35 nodes and 70 edges and has general applicability.", "homepage": "http://dondi.github.io/GRNsight/", "biotoolsID": "grnsight", "biotoolsCURIE": "biotools:grnsight", "version": [ "7.1.1" ], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_1781", "term": "Gene regulatory network analysis" }, { "uri": "http://edamontology.org/operation_3083", "term": "Pathway or network visualisation" } ], "input": [], "output": [], "note": "GRNsight automatically lays out a network graph based on an Excel input spreadsheet containing an adjacency matrix where regulators are named in the columns and target genes in the rows. When a user uploads a spreadsheet with an unweighted adjacency matrix, GRNsight automatically lays out the graph using black lines and pointed arrowheads. When a user uploads a spreadsheet with a weighted adjacency matrix, GRNsight uses pointed and blunt arrowheads, and colors the edges and adjusts their thicknesses based on the sign (positive for activation or negative for repression) and magnitude of the weight parameter. Nodes are rectangular and support gene labels of up to 12 characters. The edges are arcs, which become straight lines when the nodes are close together. Self-regulatory edges are indicated by a loop on the lower-right side of a node. Visualizations can be modified by sliders that adjust D3.js's force graph layout parameters and through manual node dragging.", "cmd": null } ], "toolType": [ "Web application" ], "topic": [ { "uri": "http://edamontology.org/topic_0602", "term": "Molecular interactions, pathways and networks" }, { "uri": "http://edamontology.org/topic_0204", "term": "Gene regulation" } ], "operatingSystem": [ "Linux", "Windows", "Mac" ], "language": [ "JavaScript" ], "license": "BSD-3-Clause", "collectionID": [], "maturity": "Mature", "cost": "Free of charge", "accessibility": null, "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [], "link": [ { "url": "https://github.com/dondi/GRNsight", "type": [ "Repository" ], "note": null } ], "download": [ { "url": "https://github.com/dondi/GRNsight/archive/master.zip", "type": "Source code", "note": null, "version": null } ], "documentation": [ { "url": "http://dondi.github.io/GRNsight/documentation.html", "type": [ "General" ], "note": null } ], "publication": [ { "doi": "10.7717/peerj-cs.85", "pmid": null, "pmcid": null, "type": [ "Primary" ], "version": null, "note": null, "metadata": null }, { "doi": "10.5281/zenodo.7411630", "pmid": null, "pmcid": null, "type": [ "Other" ], "version": null, "note": null, "metadata": null } ], "credit": [ { "name": "Ona O. Igbinedion", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Ahmad R. Mersaghian", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Ian M. Green", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Lauren L. Amparo", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Alexia M. Filler", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Kevin B. Patterson", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "John L. Lopez", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Justin Kyle T. Torres", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Eileen Choe", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Jen Shin", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Mihir Samdarshi", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Anindita Varshneya", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Nicole A. Anguiano", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Britain J. Southwick", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "John David N. Dionisio", "email": "dondi@lmu.edu", "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Kam D. Dahlquist", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Ben G. Fitzpatrick", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Developer" ], "note": null }, { "name": "Loyola Marymount University", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Institute", "typeRole": [ "Provider" ], "note": null }, { "name": "NSF award 0921038; LMU Rains Research Assistant Program; LMU Summer Undergraduate Research Program", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Funding agency", "typeRole": [ "Contributor" ], "note": null }, { "name": "lmu.edu", "email": null, "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Institute", "typeRole": [ "Provider" ], "note": null }, { "name": "Kam D. Dahlquist", "email": "kdahlquist@lmu.edu", "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [ "Support" ], "note": null }, { "name": "Kam D. Dahlquist", "email": "kdahlquist@lmu.edu", "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Primary contact" ], "note": null }, { "name": "John David N. Dionisio", "email": "dondi@lmu.edu", "url": null, "orcidid": null, "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": "Person", "typeRole": [ "Primary contact" ], "note": null } ], "community": null, "owner": "dondi@lmu.edu", "additionDate": "2016-08-13T19:15:03Z", "lastUpdate": "2024-10-02T20:13:21.369696Z", "editPermission": { "type": "private", "authors": [] }, "validated": 1, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null }, { "name": "shic", "description": "shic is a collection of shims for use in automated workflow composition", "homepage": "https://github.com/magnuspalmblad/shic", "biotoolsID": "shic", "biotoolsCURIE": "biotools:shic", "version": [], "otherID": [], "relation": [], "function": [ { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0896", "term": "Protein report" }, "format": [ { "uri": "http://edamontology.org/format_3747", "term": "protXML" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2872", "term": "ID list" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_2536", "term": "Mass spectrometry data" }, "format": [ { "uri": "http://edamontology.org/format_3651", "term": "MGF" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2536", "term": "Mass spectrometry data" }, "format": [ { "uri": "http://edamontology.org/format_3651", "term": "MGF" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0870", "term": "Sequence distance matrix" }, "format": [ { "uri": "http://edamontology.org/format_1912", "term": "Nexus format" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_0870", "term": "Sequence distance matrix" }, "format": [ { "uri": "http://edamontology.org/format_1991", "term": "mega" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_2976", "term": "Protein sequence" }, "format": [ { "uri": "http://edamontology.org/format_1929", "term": "FASTA" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_3021", "term": "UniProt accession" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0945", "term": "Peptide identification" }, "format": [ { "uri": "http://edamontology.org/format_3655", "term": "pepXML" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2976", "term": "Protein sequence" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0945", "term": "Peptide identification" }, "format": [ { "uri": "http://edamontology.org/format_3247", "term": "mzIdentML" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2976", "term": "Protein sequence" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0972", "term": "Text mining report" }, "format": [ { "uri": "http://edamontology.org/format_2332", "term": "XML" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_1174", "term": "ChEBI ID" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0945", "term": "Peptide identification" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_0945", "term": "Peptide identification" }, "format": [ { "uri": "http://edamontology.org/format_3247", "term": "mzIdentML" } ] } ], "note": null, "cmd": null }, { "operation": [ { "uri": "http://edamontology.org/operation_3434", "term": "Conversion" } ], "input": [ { "data": { "uri": "http://edamontology.org/data_0896", "term": "Protein report" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "output": [ { "data": { "uri": "http://edamontology.org/data_2872", "term": "ID list" }, "format": [ { "uri": "http://edamontology.org/format_3475", "term": "TSV" } ] } ], "note": null, "cmd": null } ], "toolType": [ "Script" ], "topic": [], "operatingSystem": [], "language": [], "license": "MIT", "collectionID": [], "maturity": null, "cost": "Free of charge", "accessibility": "Open access", "elixirPlatform": [], "elixirNode": [], "elixirCommunity": [ "Proteomics", "Galaxy", "Metabolomics" ], "link": [ { "url": "https://github.com/magnuspalmblad/shic", "type": [ "Repository" ], "note": null } ], "download": [], "documentation": [ { "url": "https://github.com/magnuspalmblad/shic/README.md", "type": [ "General" ], "note": null } ], "publication": [], "credit": [ { "name": "Magnus Palmblad", "email": "magnus.palmblad@gmail.com", "url": null, "orcidid": "https://orcid.org/0000-0002-5865-8994", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [ "Primary contact" ], "note": null }, { "name": "Veit Schwämmle", "email": null, "url": null, "orcidid": "https://orcid.org/0000-0002-9708-6722", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Dirk Winkelhardt", "email": null, "url": null, "orcidid": "https://orcid.org/0000-0001-8770-2221", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Vedran Kasalica", "email": null, "url": null, "orcidid": "https://orcid.org/0000-0002-0097-1056", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null }, { "name": "Anna-Lena Lamprecht", "email": null, "url": null, "orcidid": "https://orcid.org/0000-0003-1953-5606", "gridid": null, "rorid": null, "fundrefid": null, "typeEntity": null, "typeRole": [], "note": null } ], "community": null, "owner": "n.m.palmblad@lumc.nl", "additionDate": "2023-08-30T13:03:57.407598Z", "lastUpdate": "2024-10-02T13:04:01.584365Z", "editPermission": { "type": "group", "authors": [ "VKasalica", "veits@bmb.sdu.dk" ] }, "validated": 0, "homepage_status": 0, "elixir_badge": 0, "confidence_flag": null } ] }{ "count": 30238, "next": "?page=2", "previous": null, "list": [ { "name": "DeepARG", "description": "A deep learning based approach to predict Antibiotic Resistance Genes (ARGs) from metagenomes.", "homepage": "