Skip to content

Commit

Permalink
omit gene annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 5, 2023
1 parent 69f8072 commit 6924f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ jobs:
- name: dryrun assembly shold need nothing to be done
run: |
ls -l wd
atlas run assembly -n
atlas run assembly -w wd -n
- name: Test Genecatalog
run: |
atlas run genecatalog --resources mem=$MEM java_mem=$MEM --jobs=$N_THREADS --restart-times=2 --working-dir wd
atlas run genecatalog --restart-times=2 --working-dir wd --omit-from combine_egg_nogg_annotations combine_dram_genecatalog_annotations
- name: Store Logs
uses: actions/upload-artifact@v2
Expand All @@ -230,7 +230,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: sample_logs
path: wd/Sample1/logs
path: wd/sample1/logs



Expand Down

0 comments on commit 6924f03

Please sign in to comment.