Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Tool
GADES1
Workflow type
Docker1
Tag
Bioinformatics1
Submitter
Pavel Akhtyamov1
Team
Medvedeva Lab1
Space
Independent Teams1
Creator
Pavel Akhtyamov1
Topic annotations
Bioinformatics1
Scientific disciplines
Computer Science1
Maturity
Stable1
1
Workflow visible to you, out of a total of 1
Stable
Article-GADES
This repository represents generating and benchmarking the results of the GADES package for Distance Matrix Calculation
Installation
git lfs install
git clone https://github.com/lab-medvedeva/Article-GADES.git
cd Article-GADES
Put the Real datasets in the MEX format to the folder Datasets/Real.
Running benchmark using Docker Deployment
docker run --gpus all \
-v $PWD/Datasets:/workspace/Article-GADES/Datasets
...