File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 taxadb create -i taxadb --dbname taxadb.sqlite || true # exits nonzero w/o accessions
7272 workflows/short-read-mngs/auto_benchmark/harvest.py ${{ matrix.sample }}=testrun/${{ matrix.sample }} \
7373 --taxadb taxadb.sqlite > ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
74- - uses : actions/upload-artifact@v2
74+ - uses : actions/upload-artifact@v3
7575 with :
7676 name : ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
7777 path : ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
@@ -120,11 +120,11 @@ jobs:
120120 cp -r workflows/short-read-mngs/auto_benchmark/ref_libs/${{ matrix.settings }}_viral ref_libs/
121121 - name : test harvest2.py
122122 run : workflows/short-read-mngs/auto_benchmark/harvest2.py *_viral.json --version "$(git describe --long --tags --always --dirty)" --index-version 2021-01-22 --wall 999
123- - uses : actions/upload-artifact@v2
123+ - uses : actions/upload-artifact@v3
124124 with :
125125 name : short-read-mngs-benchmarks.${{ matrix.settings }}_viral.html
126126 path : short-read-mngs-benchmarks.${{ matrix.settings }}_viral.html
127- - uses : actions/upload-artifact@v2
127+ - uses : actions/upload-artifact@v3
128128 with :
129129 name : short-read-mngs-benchmarks.${{ matrix.settings }}_viral.ipynb
130130 path : |
You can’t perform that action at this time.
0 commit comments