Skip to content

Flaminietta/clue-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clue-hackathon

Clue-WATTx hackathon is my contribution to the hackathon.

The submission and starting point of train scripts are copied from the above repository.

Ground Rules

My idea is to collaborate towards a better result at the end of the hackathon.

Everyone is invited to use the code, w/o my consent and knowledge, and use it the way they think is appropriate to the task at hand. Needless to say, pull requests, branches, and ideas are more than welcome.

In any chance, my submissions from this repository win any prize, everyone with any accepted pull-request will have an equal share of the prize. Ideally, everyone basing any submission on this repo would do the same, but they don't have to, and I claim nothing out of their changes and submissions.

IMPORTANT: Do NOT add the sample or the synthesized data to this repository or any clones. The data is the property of the Clue company (BioWink GmbH), and I believe we do not have the permission to publish it publicly. It is safe to copy the data under a "data" folder in a locally cloned repo, since it is included in the .gitignore file and won't automatically be added to the repo.

Installation

You can run the code using a python virtual environment (http://docs.python-guide.org/en/latest/dev/virtualenvs/).

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
./run.sh

Data Description

Here comes some general info about the data.

Methods

Ideas, from pre-processing to the end.

Results

What we get out of it.

About

Clue-WATTx hackathon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%