Skip to content

Commit

Permalink
url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislaurent committed Oct 1, 2020
1 parent bd92c83 commit 1b31cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tramway/analyzer/env/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ class Tars(SlurmOverSSH):
Designed for server *tars.pasteur.fr*.
By default, makes singularity container *tramway-hpc-200928.sif* run on the remote host.
See also https://github.com/DecBayComp/TRamWAy/containers/available_images.rst.
See also https://github.com/DecBayComp/TRamWAy/blob/slurmoverssh/containers/available_images.rst.
"""
def __init__(self, **kwargs):
SlurmOverSSH.__init__(self, **kwargs)
Expand Down Expand Up @@ -1082,7 +1082,7 @@ class GPULab(SlurmOverSSH):
Designed for server *adm.inception.hubbioit.pasteur.fr*.
By default, makes singularity container *tramway-hpc-200928.sif* run on the remote host.
See also https://github.com/DecBayComp/TRamWAy/containers/available_images.rst.
See also https://github.com/DecBayComp/TRamWAy/blob/slurmoverssh/containers/available_images.rst.
"""
def __init__(self, **kwargs):
SlurmOverSSH.__init__(self, **kwargs)
Expand Down

0 comments on commit 1b31cfd

Please sign in to comment.