diff --git a/.gitignore b/.gitignore index c073c72..5a8e878 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store .vscode -.idea/ \ No newline at end of file +.idea/ +janis_pipelines.templates.egg-info/ +pip-wheel-metadata/ diff --git a/README.md b/README.md index 0890c19..eaf1cf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Janis Templates (assistant) -[Janis-assistant](/PMCC-BioinformaticsCore/janis-assistant) is a component of Janis used to run workflows across various execution environments. This repository contains a number of preconfigured "templates" that you can use to run your workflow. +[Janis-assistant](https://github.com/PMCC-BioinformaticsCore/janis-assistant) is a component of Janis used to run workflows across various execution environments. This repository contains a number of preconfigured "templates" that you can use to run your workflow. A (non-exhaustive) list of examples: diff --git a/janis_templates/pawsey.py b/janis_templates/pawsey.py index c181144..009ad83 100644 --- a/janis_templates/pawsey.py +++ b/janis_templates/pawsey.py @@ -1,8 +1,5 @@ -import subprocess from typing import Union, List -from janis_core import Logger - from janis_assistant.templates.slurm import SlurmSingularityTemplate diff --git a/janis_templates/spartan.py b/janis_templates/spartan.py index cd286b0..d75eaaf 100644 --- a/janis_templates/spartan.py +++ b/janis_templates/spartan.py @@ -1,8 +1,5 @@ -import subprocess from typing import Union, List, Optional -from janis_core import Logger - from janis_assistant.templates.slurm import SlurmSingularityTemplate