
IDDN.FR.001.220007.000.s.A.2010.000.30000
Protected work, the holder of exclusive rights is the University of Evry Val d'Essonne
For questions about rights and access usage contact Ms Tahi: fariza.tahi@ibisc.univ-evry.fr
|
|
Installation of ncRNAClassifier:
- Click on the interface picture and download the JAR file
- Download ClustalW from this website : http://www.clustal.org/clustal2/
- Copy the ClustalW binary in the ncRNAClassifier directory
- - On Windows, rename the binary to "clustalw.exe"
- - On Mac OS and Linux, rename the binary to "clustalw2"

Using ncRNAClassifier interface:
- Double click on the JAR file
- OR
- Put "java -jar ncRNAClassifier.jar on a termimal
Using ncRNAClassifier command line on terminal:
- Put "java -jar ncRNAClassifier -i 'genome' 'name' 'sequence'"
- - 'genome' is the name of genome where the sequence is (Ex: Human)
- - 'name' is the name of the sequence (Ex: toto)
- - 'sequence' is the sequence of STADEN format (Ex: ATACTACTAG)
- Put "java -jar ncRNAClassifier.jar -h for more options
|