Structure - The-Bioinformatics-Group/Albiorix GitHub Wiki
Commands(s):
- structure.sh
- qstructure.sh
Installed in:
/usr/local/bin/STRUCTURE-console
Notes:
The two files mainparams
and extraparams
has to be copied to the working directory like this:
[mtop@albiorix stucture]$ cp /usr/local/bin/STRUCTURE-console/mainparams .
[mtop@albiorix stucture]$ cp /usr/local/bin/STRUCTURE-console/extraparams .
For running an interactive analysis (output from the analysis will be send to the screen) you can use the structure.sh
command, possibly in combination with the screen
command. For non-interactive analyses (output from the program will be saved to a file) use the qstructure.sh
command.
More information about the program can be found here.