Skip to content

Commit

Permalink
test on 8 cores large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gq1 committed Dec 1, 2023
1 parent 2aa72cb commit 2465426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Run pipeline with test data
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'sanger-tol/genomeassembly') }}"
runs-on: self-hosted
runs-on: ubuntu2204-8c
strategy:
matrix:
NXF_VER:
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test_github,docker -c conf/hifiasm_test.config --organelles_on --outdir ./results
nextflow run ${GITHUB_WORKSPACE} -profile test_github,docker --outdir ./results
6 changes: 3 additions & 3 deletions assets/test_github.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dataset:
id: baUndUnlc1
illumina_10X:
reads: /home/ubuntu/github/actions-runner/_work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/10x/
reads: /home/runner/work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/10x/
pacbio:
reads:
- reads: /home/ubuntu/github/actions-runner/_work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/pacbio/fasta/HiFi.reads.fasta
- reads: /home/runner/work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/pacbio/fasta/HiFi.reads.fasta
HiC:
reads:
- reads: /home/ubuntu/github/actions-runner/_work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/hic-arima2/41741_2#7.sub.cram
- reads: /home/runner/work/genomeassembly/genomeassembly/Undibacterium_unclassified/genomic_data/baUndUnlc1/hic-arima2/41741_2#7.sub.cram
hic_motif: GATC,GANTC,CTNAG,TTAA
busco:
lineage: bacteria_odb10
Expand Down

0 comments on commit 2465426

Please sign in to comment.