Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix markdown rendering
  • Loading branch information
Juke34 committed Feb 7, 2023
1 parent d86ed42 commit 5ac00cf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ For a complete overview of the GTF/GFF formats have a look [here](https://agat.r
### Using Docker
<details>
<summary>See details</summary>
First you must have [Docker](https://docs.docker.com/get-docker/) installed and running.
Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.io/repository/biocontainers/agat?tab=tags).
Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.io/repository/biocontainers/agat?tab=tags).

Then:
```
# get the chosen AGAT container version
Expand All @@ -143,8 +145,10 @@ docker run quay.io/biocontainers/agat:0.8.0--pl5262hdfd78af_0 agat_convert_sp_gx
### Using Singularity
<details>
<summary>See details</summary>
First you must have [Singularity](https://sylabs.io/guides/3.5/user-guide/quick_start.html) installed and running.
Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.io/repository/biocontainers/agat?tab=tags).
First you must have [Singularity](https://sylabs.io/guides/3.5/user-guide/quick_start.html) installed and running.
Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.io/repository/biocontainers/agat?tab=tags).

Then:
```
# get the chosen AGAT container version
Expand Down

0 comments on commit 5ac00cf

Please sign in to comment.