From 0de382bb05b95376d5dc11dfbac1316eb4612aa6 Mon Sep 17 00:00:00 2001 From: Joshua Allen Date: Tue, 5 Jul 2022 08:52:43 -0500 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5b4f52c9..74210832 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -56,19 +56,19 @@ jobs: python validateFQ.py ../data/baby.fastq - run: echo "🍏 This job's status is ${{ job.status }}." - job-computegc: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v2 - - name: Execute compute_gc.py - run: | - pip install numpy - pip install biopython - pip install pandas - cd ${{ github.workspace }}/utilities - python compute_gc.py -i ../data/small.genomecov -r ../data/ecoli.fa -o gcop - - run: echo "🍏 This job's status is ${{ job.status }}." +# job-computegc: +# runs-on: ubuntu-latest +# steps: +# - name: Check out repository code +# uses: actions/checkout@v2 +# - name: Execute compute_gc.py +# run: | +# pip install numpy +# pip install biopython +# pip install pandas +# cd ${{ github.workspace }}/utilities +# python compute_gc.py -i ../data/small.genomecov -r ../data/ecoli.fa -o gcop +# - run: echo "🍏 This job's status is ${{ job.status }}." job-gen_mut: runs-on: ubuntu-latest