Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forcing commit after merge
  • Loading branch information
proost committed Jul 26, 2017
1 parent 7bb3580 commit 6c36e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/__init__.py
Expand Up @@ -12,6 +12,7 @@ def detect_cluster_system():
:return: string "SBE", "PBS" or "other"
"""

try:
which_output = check_output(["which", "sge_qmaster"], stderr=DEVNULL).decode("utf-8")

Expand Down
1 change: 1 addition & 0 deletions helper/pca_plot.py
Expand Up @@ -16,6 +16,7 @@

def run_pca(expression):
# Load Expression data

df = pd.read_table(expression, header=0, index_col=0)
run_ids = list(df.columns.values)
dataMatrix = np.transpose(np.array(df))
Expand Down

0 comments on commit 6c36e08

Please sign in to comment.