Skip to content

JAVA program that imports data from the RFAM DB into your local mongoDB.

Notifications You must be signed in to change notification settings

gdavidson/MongoDB_RFAM_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requires mongoDB installed and running.
Mongo DB:
- http://www.mongodb.org/
Rfam:
-http://rfam.sanger.ac.uk/

Run by using command "
java -jar "MongoDatabaseRfamHandler.jar" <args>" while in /dist folder.

Possible arguments:
-import <IDRFAM1>,<IDRFAM2>... : imports RNA families from a list of IDs separated by commas.
-get <ORGANISM> : displays the sequences and secondary structure of a given organism.
-search <REGEXP>: displays organisms that contains the given regular expression.

About

JAVA program that imports data from the RFAM DB into your local mongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages