https://github.com/cytoscape/gsoc2021-enrichment-tool
code repo for GSoC 2021 Enrichment Tool project
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Repository
code repo for GSoC 2021 Enrichment Tool project
Basic Info
- Host: GitHub
- Owner: cytoscape
- License: lgpl-2.1
- Language: Java
- Default Branch: main
- Size: 91.8 KB
Statistics
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
gsoc2021-enrichment-tool
code repo for GSoC 2021 Enrichment Tool project
Instruction to make the app executable
Pre- Requisites
Java
Maven
Cytoscape
Step 1
Clone this repository into the local desktop.
Navigate to the directory using cmd
or open Git Bash in the mentioned directory.
Run the following commands
mvn clean
mvn compile
mvn clean install
A Build Success will be shown in the cmd and a jar file will be created in /target folder of the current directory.
Step 2
1.Copy the App from the <b>/target</b> folder into "C:\Users\<your PC_NAME>\CytoscapeConfiguration\3\apps\installed".
2. Open the Cytoscape app and click on <b>Apps</b> from the menu bar and It will look similar to the following images.
Click on the "Samples" from the list and the app will be listed there.
Owner
- Name: Cytoscape Consortium
- Login: cytoscape
- Kind: organization
- Website: http://www.cytoscape.org/
- Repositories: 153
- Profile: https://github.com/cytoscape
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Indraneel Ghosh | i****8@g****m | 5 |
| Alexander Pico | a****o@g****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
Dependencies
- org.ops4j.pax.logging:pax-logging-api 1.5.3 provided
- org.ops4j.pax.logging:pax-logging-service 1.5.3 provided
- colt:colt 1.0.3
- com.googlecode.json-simple:json-simple 1.1.1
- concurrent:concurrent 1.3.3
- org.apache.httpcomponents:httpclient 4.5
- org.cytoscape:service-api 3.4.0
- org.cytoscape:swing-app-api 3.4.0
- org.cytoscape:swing-application-api 3.4.0
- org.cytoscape:work-api 3.4.0
- org.osgi:org.osgi.core 4.2.0
- junit:junit 4.8.2 test
- org.cytoscape:service-api 3.4.0 test
- org.mockito:mockito-all 1.8.5 test