-
Notifications
You must be signed in to change notification settings - Fork 5
FirstRunInstructions
The sample CT and DOT files shipped with RNAStructViz are available in ${INSTALLATION-PREFIX-DIR}/RNAStructViz/sample_structures/. On Mac OSX (if you installed with our brew package), you can copy the structures into an easier to find location by running the following commands at your terminal:
$ cd ~
$ mkdir -p RNAStructViz
$ cp -R /usr/local/opt/rnastructviz/sample_structures ./RNAStructViz/
$ cd RNAStructViz/sample_structures
$ RNAStructViz
On Linux and other Unix systems (for users who ran sudo make install), commands to copy the initial sample structures into a working directory inside of the user's home directory are as follows:
$ cd ~
$ cp -r /usr/local/share/RNAStructViz ./
$ cd RNAStructViz/sample_structures
$ RNAStructViz
For users with a local install of RNAStructViz built from this git repository, you can find these sample structures by navigating to the cloned directory and running:
$ cd ~/RNAStructViz/sample_structures/
$ ../src/RNAStructViz
After you copy the sample structure files, re-run RNAStructViz, click the "Load Files" button in the left-hand pane of the screen, and then navigate to this new local directory to select input files to load with the application. Note that the dialog that appears is capable of selecting multiple files at once by holding down CTRL (on Linux / Unix) or SHIFT (on Mac) as in any other multi-file selection GUI.
RNAStructViz has been developed by the Georgia Tech Research Group in Discrete Mathematics and Molecular Biology (gtDMMB) directed by Professor Christine Heitsch (current credits and citations). All communication about running our software, including instantiating bug reports, feature requests, wiki edits, and general inquiries, is logged via our GitHub issues page. Please view the detailed instructions before posting a new issue about support requests.
Source Code Update Information (JSON Format): 📑 Most Recent Commit Activity | 🔖 Latest Release Tag | 📋 Lines of Code