Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfactorial authored Jul 5, 2022
1 parent 67a2e69 commit 0de382b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0de382b

Please sign in to comment.