Skip to content

Commit

Permalink
update Makefile and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
heloint committed Jan 2, 2025
1 parent 6bf0577 commit 0055c79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ docker-image:
docker-container:
@docker container run -dit --name metaline metaline:latest

docker-interactive:
@docker image build -t metaline:latest .
@docker container -dit --name metaline metaline:latest

singularity:
./_scripts_singularity/get_singularity_def_file_from_dockerfile.sh
sudo singularity build metaline.sif metaline-singularity.def
Expand Down
15 changes: 11 additions & 4 deletions assets/release_description_skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Conducts both taxonomic and functional profiling using gene marker-based tools,

---


# New Features
N/A

---

Expand All @@ -45,14 +45,21 @@ N/A

# Build from source

## Docker image:
```bash
make docker-image
make docker-container
```

---

# Using pre-built Docker image
## Singularity image
```bash
make singularity
```

---

# Using pre-built Singularity image
[Singularity usage](https://github.com/Gabaldonlab/meTAline/blob/main/README.md#singularity-image-usage)

---

Expand Down

0 comments on commit 0055c79

Please sign in to comment.