Skip to content

Commit

Permalink
gzip reads and add pipeline run to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 8, 2024
1 parent 6358211 commit c63d251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/simulate_reads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ art_illumina \
--qShift 0 \
--qShift2 0 \
--out .github/data/fastq/NC000962.3_R

mv .github/data/fastq/NC000962.3_R1.fq .github/data/fastq/NC000962.3_R1.fastq
mv .github/data/fastq/NC000962.3_R2.fq .github/data/fastq/NC000962.3_R2.fastq

gzip .github/data/fastq/NC000962.3_R1.fastq
gzip .github/data/fastq/NC000962.3_R2.fastq
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: bash .github/scripts/download_assemblies.sh
- name: Simulate Reads
run: bash .github/scripts/simulate_reads.sh
- name: Run Pipeline
run: bash .github/scripts/run_pipeline.sh
- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit c63d251

Please sign in to comment.