All Projects → ISA-tools → Isacreator

ISA-tools / Isacreator

Licence: other
ISAcreator is a Java desktop application which allows for the creation and editing of ISA-Tab files. Originally developed by Eamonn Maguire, with further contributions by Alejandra Gonzalez-Beltran, David Johnson and Philippe Rocca-Serra (Uni. of Oxford).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Isacreator

atrocore
AtroCore is an open-source Data Platform, Data Management and Master Data Management (MDM) software, which can be used to quickly create any business application.
Stars: ✭ 38 (+11.76%)
Mutual labels:  data-management
Spatial Framework For Hadoop
The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.
Stars: ✭ 315 (+826.47%)
Mutual labels:  data-management
Geometry Api Java
The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.
Stars: ✭ 585 (+1620.59%)
Mutual labels:  data-management
terraformer-arcgis-parser
No description or website provided.
Stars: ✭ 30 (-11.76%)
Mutual labels:  data-management
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+341.18%)
Mutual labels:  data-management
Girder
A data management platform for the web, developed by Kitware
Stars: ✭ 350 (+929.41%)
Mutual labels:  data-management
lc-data-intro
Library Carpentry: Introduction to Working with Data (Regular Expressions)
Stars: ✭ 16 (-52.94%)
Mutual labels:  data-management
Proj Codes
Deprecated
Stars: ✭ 9 (-73.53%)
Mutual labels:  data-management
Arcgis Osm Editor
ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Stars: ✭ 281 (+726.47%)
Mutual labels:  data-management
Repatch
Dispatch reducers
Stars: ✭ 516 (+1417.65%)
Mutual labels:  data-management
collector-tools
A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS
Stars: ✭ 63 (+85.29%)
Mutual labels:  data-management
VBA-CSV-interface
The most powerful and comprehensive CSV/TSV/DSV data management library for VBA, providing parsing/writing capabilities compliant with RFC-4180 specifications and a complete set of tools for manipulating records and fields.
Stars: ✭ 24 (-29.41%)
Mutual labels:  data-management
Jekyll
Jekyll-based static site for The Programming Historian
Stars: ✭ 387 (+1038.24%)
Mutual labels:  data-management
conduit
Simplified Data Exchange for HPC Simulations
Stars: ✭ 114 (+235.29%)
Mutual labels:  data-management
Terraformer
A geographic toolkit for dealing with geometry, geography, formats, and building geo databases
Stars: ✭ 643 (+1791.18%)
Mutual labels:  data-management
lc-spreadsheets
Tidy data for librarians
Stars: ✭ 17 (-50%)
Mutual labels:  data-management
Irods
Open Source Data Management Software
Stars: ✭ 321 (+844.12%)
Mutual labels:  data-management
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+2744.12%)
Mutual labels:  data-management
Geotrigger Editor
Visual editor for Esri's Geotrigger Service.
Stars: ✭ 22 (-35.29%)
Mutual labels:  data-management
Koop
🔮 Transform, query, and download geospatial data on the web.
Stars: ✭ 505 (+1385.29%)
Mutual labels:  data-management

ISAcreator is a Java desktop application which allows for creation and editing of ISA-Tab files.


ISAcreator is the ISAtools Java-based desktop editor for producing ISA-Tab files.

For programmatic management of ISA metadata for experimental descriptions (ISA-Tab and ISA-json representations), please check the ISA-API, which is a Python-based API to parse, create, convert ISA metadata among other functionality.


ISAcreator

Development

Build Status Coverage Status

Running ISAcreator

To run ISAcreator locally:

  1. Clone the code to your machine. You may clone from the primary repository at ISA-tools/ISAcreator, or from your own fork.
  2. Compile the code (./compile.sh). This script runs the maven command (mvn assembly:assembly -Dmaven.test.skip=true -Pbuild) after downloading the required configuration (without which the tests will fail) and example ISAtab files. The build profile automatically sets some system variables, such as version, from information held within the pom.
  3. Run the code (java -cp target/ISAcreator-<version number>.jar org.isatools.isacreator.launch.ISAcreatorApplication)

Contributing

You should read this article about Github Flow: http://scottchacon.com/2011/08/31/github-flow.html. Although we don't strictly use Github flow, it's a really useful tutorial on how to use Git for collaborative development.

Ensure you have maven 2.2.1 installed and enabled as well as git. If you have trouble with dependencies, and you are running behind a proxy, please ensure you set the proxy in both MAVEN_OPTS and settings.xml. See here for more information.

  1. Fork it.
  2. Clone your forked repository to your machine
  3. Create a branch off of the development branch (git checkout -b myisacreator)
  4. Make and test your changes
  5. Run the tests (mvn clean test)
  6. Commit your changes (git commit -am "Added something useful")
  7. Push to the branch (git push origin myisacreator)
  8. Create a Pull Request from your branch.
  9. Promote it. Get others to drop in and +1 it.

Refreshing your code against the master repository.

A simple git pull [email protected]:ISA-tools/ISAcreator.git

Building using Vagrant

Instead of using your native OS environment, we have provided a Vagrant configuration in which you can build ISAcreator inside an Ubuntu VM. For instructions on installing and using Vagrant, see https://www.vagrantup.com/docs/installation/

Once you have Vagrant installed, just open a terminal window to the root of the ISAcreator project, and type vagrant up. After a log of log messages, eventually it should finish with a success message.

Then do vagrant ssh to log into the Ubuntu VM. From here do cd /vagrant/ which maps to your project root.

Then run ./Vagrant-bootstrap.sh to install Java and Maven build tools. If all went well, your build environment should be ready to use ./compile.sh and ./package.sh.

Note: this builds using OpenJDK Java 1.7 and Maven 3.

Contributor License Agreement

Before we can accept any contributions to ISAcreator, you need to sign a CLA:

Please email us at [email protected] to receive the CLA. Then you should sign this and send it back asap so we can add you to our development pool.

The purpose of this agreement is to clearly define the terms under which intellectual property has been contributed to ISAcreator and thereby allow us to defend the project should there be a legal dispute regarding the software at some future time.

For a list of contributors, please see http://github.com/ISA-tools/ISAcreator/contributors

License

CPAL License, available at https://raw.githubusercontent.com/ISA-tools/ISAcreator/master/LICENSE.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].