Skip to content

Commit

Permalink
rm Ifremer specific functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcorm committed Nov 15, 2022
1 parent 96763b0 commit f078820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
40 changes: 0 additions & 40 deletions lib/ifremer.py

This file was deleted.

12 changes: 0 additions & 12 deletions tooldir
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
import rich_click as click
from lib import core as cl
from lib import ifremer as ifr


@click.version_option("4.1", prog_name="ToolDirectory")
Expand All @@ -29,17 +28,6 @@ def cli():
@click.option('--date', '-d', type=str, help='Installation date [Current date]')
def create(name, bid, version, owner, cmd, galaxy, environment, workflow, path, date):
"""Create tool properties or add a new version"""
# IFREMER
params = {
"install_dir_path": "/appli/bioinfo/",
"conda_envs_path": "/appli/conda-env/bioinfo",
"anaconda_dir_path": "/appli/anaconda/versions/",
"anaconda_profile_d": "/appli/anaconda/latest/etc/profile.d/conda.sh"
}
if environment == 'conda':
ifr.make_tool_dir(params, name, version)
ifr.conda_tool(params, name, version)
# ALL
cl.check_path(path, name, version)
properties = os.path.join(path, name, 'properties.json')
if os.path.isfile(properties):
Expand Down

0 comments on commit f078820

Please sign in to comment.