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 - -