- To write file parsers to parse fastqc, vcf and coverage files
- To write parsed output into mongoDB
- To query the database to extract the relevant info
- To visualise relevant information
from pymongo improt MongoClient
connection = MongoClient("mongo://localhost:27017")
db_test = connection.healthhack.test
test_dict = {}
db_test.insert(test_dict)
results = db_test.find()
for result in results:
print result
- fork https://github.com/serine/HeHackSheHack this repo to your github
- git clone yourv version https://github.com/YOURUserName/HeHackSheHack.git
- don't delete anyfiles just add your code files to that repo
git add
your filesgit commit -m
your filesgit push
your files to your own repo- send pull request
If you like to host html or any other files put them into ~/www
directory
and access it as such http://146.118.98.44/home/$USER/yourFile.html