Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove tmp data #62

Merged
merged 1 commit into from
Jul 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ hs_err_pid*
# Setuptools distribution folder.
dist/
build/
_build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
Expand Down
8 changes: 4 additions & 4 deletions plot/gmtstatsplot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# program version
VERSION="gmtstatsplot - v1.0"

# //////////////////////////////////////////////////////////////////////////////
# ==============================================================================
#
Expand Down Expand Up @@ -239,7 +242,7 @@ check_region() {
function help {
echo "/*****************************************************************/"
echo " Program Name : gmtstatplot.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot statistics generated from straintool"
echo " Usage : gmtstatsplot.sh -stats [input] --stats-<option> -o [output]"
echo " Switches: "
Expand Down Expand Up @@ -282,9 +285,6 @@ set -o pipefail
# //////////////////////////////////////////////////////////////////////////////
# pre define parameters

# program version
VERSION="gmtstatsplot - v1.0"

# system's Python version
PYV=99
resolve_py_version
Expand Down
8 changes: 4 additions & 4 deletions plot/gmtstrainplot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# program version
VERSION="gmtstrainplot - v1.0"

# //////////////////////////////////////////////////////////////////////////////
# ==============================================================================
#
Expand Down Expand Up @@ -248,7 +251,7 @@ check_region() {
function help {
echo "/*****************************************************************/"
echo " Program Name : gmtstrainplot.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot strain maps for StrainTool results"
echo " Usage : gmtstrainplot.sh -r | | -o [output] | -jpg "
echo " Switches: "
Expand Down Expand Up @@ -302,9 +305,6 @@ set -o pipefail
# //////////////////////////////////////////////////////////////////////////////
# pre define parameters

# program version
VERSION="gmtstrainplot - v1.0"

# system's Python version
PYV=99
resolve_py_version
Expand Down
2 changes: 1 addition & 1 deletion plot/plotall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VERSION="plotall - v1.0"
function help {
echo "/*****************************************************************/"
echo " Program Name : plotall.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot alla available maps using prefix/suffix work id"
echo " Usage : plotall.sh "
echo " Switches: "
Expand Down
Binary file removed pystrain/pystrain/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed pystrain/pystrain/_build/doctrees/index.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions pystrain/pystrain/_build/html/.buildinfo

This file was deleted.

25 changes: 0 additions & 25 deletions pystrain/pystrain/_build/html/_sources/index.rst.txt

This file was deleted.

Binary file removed pystrain/pystrain/_build/html/_static/ajax-loader.gif
Binary file not shown.
Loading