Skip to content

Commit

Permalink
V 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Z committed Mar 2, 2021
1 parent 70afe17 commit b7a3521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ STRUCTURE multi PBS Pro scripts

**Set of scripts to run [STRUCTURE](https://web.stanford.edu/group/pritchardlab/structure.html) in parallel** on computing grids like [MetaCentrum](https://www.metacentrum.cz/). Scripts are designed for grids and clusters using PBS Pro, but can be easily adopted for another queue system.

Version: 1.0
Version: 1.1

# Author

Expand Down Expand Up @@ -39,6 +39,7 @@ Either download and decompress [latest release](https://github.com/V-Z/structure
git clone https://github.com/V-Z/structure-multi-pbspro.git
cd structure-multi-pbspro/
./structure_multi_1_submitter.sh -h
./structure_multi_1_submitter.sh -v
```

Consider copying of both scripts `structure_multi_1_submitter.sh` and `structure_multi_2_qsub_run.sh` into some folder dedicated to store scripts and software like `~/bin/` to have them available in PATH.
Expand Down
2 changes: 1 addition & 1 deletion structure_multi_1_submitter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ while getopts "hvs:m:e:i:n:o:f:k:r:" INITARGS; do
exit
;;
v) # Print script version and exit
echo "Version: 1.0"
echo "Version: 1.1"
echo "Author: Vojtěch Zeisek, <https://trapa.cz/en>"
echo "Homepage and documentation: <https://github.com/V-Z/structure-multi-pbspro>"
echo "Discussion: <https://github.com/V-Z/structure-multi-pbspro/discussions>"
Expand Down

0 comments on commit b7a3521

Please sign in to comment.