Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link on readme, add build files to gitignore, remove unused imports #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.vscode
.idea/
.idea/
janis_pipelines.templates.egg-info/
pip-wheel-metadata/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
3 changes: 0 additions & 3 deletions janis_templates/pawsey.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import subprocess
from typing import Union, List

from janis_core import Logger

from janis_assistant.templates.slurm import SlurmSingularityTemplate


Expand Down
3 changes: 0 additions & 3 deletions janis_templates/spartan.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import subprocess
from typing import Union, List, Optional

from janis_core import Logger

from janis_assistant.templates.slurm import SlurmSingularityTemplate


Expand Down