From 0bc0d7a32dfbb7aa58eeb6dbc31bac4ee9b11c4d Mon Sep 17 00:00:00 2001 From: replikation Date: Tue, 5 May 2020 22:12:10 +0200 Subject: [PATCH] removing one workflow --- .github/workflows/run_WtP.yml | 11 ----------- nextflow.config | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 .github/workflows/run_WtP.yml diff --git a/.github/workflows/run_WtP.yml b/.github/workflows/run_WtP.yml deleted file mode 100644 index 6c7c291..0000000 --- a/.github/workflows/run_WtP.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: run_WtP - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: run_What_the_Phage - run: curl -s https://get.nextflow.io | bash && ./nextflow run phage.nf -profile git_action,docker --cores 2 diff --git a/nextflow.config b/nextflow.config index d9e8c40..e20641a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -108,7 +108,3 @@ profiles { } } - -// PROFILES - -