Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abuendia committed Feb 2, 2024
1 parent a57656f commit e486cd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build docker image
run: docker build -t test-arcas-hla -f Docker/Dockerfile .
- name: Test with pytest
run: docker run --rm -v $GITHUB_WORKSPACE:/home test-arcas-hla pytest
run: docker run --rm -v $GITHUB_WORKSPACE:/app test-arcas-hla pytest
17 changes: 1 addition & 16 deletions Docker/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# Container for arcasHLA #

Installs up-to-date versions of arcasHLA and all dependencies:

- arcasHLA
- [Git Large File Storage](https://github.com/git-lfs/git-lfs/wiki/Installation)
- coreutils
- [Samtools v1.19](http://www.htslib.org/)
- [bedtools v2.29.1](http://bedtools.readthedocs.io/)
- [pigz v2.3.1](https://zlib.net/pigz/)
- [Kallisto v0.44.0](https://pachterlab.github.io/kallisto/)
- python 3.6
- [Biopython v1.77](https://biopython.org/wiki/Download)
- numpy
- scipy
- pandas
- pytest
Installs up-to-date versions of arcasHLA and all dependencies from `environment.yml`.

### Build ###
In order to use this arcasHLA container, install Docker and build in this directory:
Expand All @@ -33,5 +19,4 @@ docker run \
<image_name> \
arcasHLA extract --o docker/path/to/files/out_dir \
[other options] docker/path/to/files/sample.bam &
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conda activate arcas-hla

```
docker build -t <image-name> -f Docker/Dockerfile .
docker run --rm -v /path/to/repo:/home <image-name> pytest
docker run --rm -v /path/to/repo:/app <image-name> pytest
```
-----

Expand Down

0 comments on commit e486cd8

Please sign in to comment.