Skip to content

Commit

Permalink
update metadata and config for project main
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 4, 2021
1 parent 9512900 commit 47c4c03
Show file tree
Hide file tree
Showing 26 changed files with 222,695 additions and 27 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
# Checkout Repository
- name: checkout repo
uses: actions/checkout@v2
# Clean results
- name: clean results
run: |
rm -rf results/iqtree/ results/metadata results/multiqc;
#------------------------------------------------------------------------#
# Setup conda with mamba
- name: setup conda
Expand All @@ -62,11 +58,6 @@ jobs:
- name: create conda env
run: mamba env create -f workflow/envs/merge/environment.yaml;
#------------------------------------------------------------------------#
# Clean Old Results
- name: clean results
shell: bash -l {0}
run: workflow/scripts/clean_results.sh results yes

# Test Data Download
- name: run help
shell: bash -l {0}
Expand Down Expand Up @@ -117,19 +108,11 @@ jobs:
# Checkout Repository
- name: checkout repo
uses: actions/checkout@v2
# Clean results
- name: clean results
run: |
rm -rf results/iqtree/ results/metadata results/multiqc;
#------------------------------------------------------------------------#
# pull docker image
- name: docker pull
run: docker pull ktmeaton/plague-phylogeography:dev
#------------------------------------------------------------------------#
# Clean Old Results
- name: clean results
shell: bash -l {0}
run: workflow/scripts/clean_results.sh results yes
# run help
- name: run help
run: docker run -v $PWD:/pipeline -e FLOWDASH_BIO_USERNAME=$FLOWDASH_BIO_USERNAME -e FLOWDASH_BIO_PASSWORD=$FLOWDASH_BIO_PASSWORD -w /pipeline ktmeaton/plague-phylogeography:dev snakemake --profile profiles/gh-actions help;
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ project/*/multiqc/*/multiqc_data/*

# Projects to Ignore
project/test/data/
project/main/*
1,066 changes: 1,066 additions & 0 deletions project/main/clock/clock_model.tsv

Large diffs are not rendered by default.

Loading

0 comments on commit 47c4c03

Please sign in to comment.