File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v2
5454
5555 - name : Download reference genome
56- uses : snakemake/snakemake-github-action@v1
56+ uses : snakemake/snakemake-github-action@v2
5757 with :
5858 directory : " ."
5959 snakefile : " workflow/Snakefile"
6262 pip install snakemake-storage-plugin-zenodo snakemake-storage-plugin-http
6363
6464 - name : Download truthsets
65- uses : snakemake/snakemake-github-action@v1
65+ uses : snakemake/snakemake-github-action@v2
6666 with :
6767 directory : " ."
6868 snakefile : " workflow/Snakefile"
7575 # because their modification dates are too new or too old.
7676 # (as git does not preserve modification dates)
7777 - name : Fix modification dates
78- uses : snakemake/snakemake-github-action@v1
78+ uses : snakemake/snakemake-github-action@v2
7979 with :
8080 directory : " ."
8181 snakefile : " workflow/Snakefile"
8484 pip install snakemake-storage-plugin-zenodo snakemake-storage-plugin-http
8585
8686 - name : Run analysis
87- uses : snakemake/snakemake-github-action@v1
87+ uses : snakemake/snakemake-github-action@v2
8888 with :
8989 directory : " ."
9090 snakefile : " workflow/Snakefile"
9494 pip install snakemake-storage-plugin-zenodo snakemake-storage-plugin-http
9595
9696 - name : Create report
97- uses : snakemake/snakemake-github-action@v1
97+ uses : snakemake/snakemake-github-action@v2
9898 with :
9999 directory : " ."
100100 snakefile : " workflow/Snakefile"
You can’t perform that action at this time.
0 commit comments