Skip to content

Commit

Permalink
rename action Tutorial to Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton authored and ktmeaton committed Jun 21, 2022
1 parent da2890d commit 3349132
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#------------------------------------------------------------------------------#
name: Tutorial
name: Pipeline
#------------------------------------------------------------------------------#
# Workflow conditions
on:
Expand Down
8 changes: 8 additions & 0 deletions docs/notes/Notes_Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
1. Move rule outputs to sub-directories.
1. Make sure all rules write to a log if possible.
1. Converted all rule inputs to snakemake rule variables.
1. Create and document a `create_profile.sh` script.

## Continuous Integration

1. Re-rename tutorial action to pipeline, and add different jobs for different profiles:

- Tutorial
- Controls

## Output

Expand Down
5 changes: 0 additions & 5 deletions docs/notes/Notes_ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ Testing rule `plot` currently.

## Priority

1. Create a `template_build.sh` script.
1. Use the build merge logic from usher.
1. Add Vani to credits (see Taxonium).
1. Re-rename tutorial action to pipeline, and add different jobs for different profiles.

- Tutorial
- Controls

## Misc

Expand Down

0 comments on commit 3349132

Please sign in to comment.