Skip to content

Commit

Permalink
rm ifremer and create a specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcorm committed Jul 4, 2022
1 parent 5d25692 commit 74151c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
49 changes: 0 additions & 49 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 @@ -4,7 +4,6 @@ import argparse
import sys
import os
from lib import core as cl
from lib import ifremer as ifr


class ToolDir(object):
Expand Down Expand Up @@ -58,17 +57,6 @@ class ToolDir(object):

args = parser.parse_args(sys.argv[2:])

# 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 args.environment == 'conda':
ifr.make_tool_dir(params, args)
ifr.conda_tool(params, args)
# ALL
cl.check_path(args)
properties = os.path.join(args.path, args.name, 'properties.json')
if os.path.isfile(properties):
Expand Down

0 comments on commit 74151c3

Please sign in to comment.