Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Aug 7, 2023
1 parent 58246a9 commit 2e3e6fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,19 @@ A simpler version of atavide that relies only on slurm or PBS scripts. Some of t
See the verions:
- [slurm](slurm/README.md) - designed to work on Flinders deepthought infrastructure
- [pbs](pbs/README.md) - designed to work on the NCI infrastructrue for now


Currently the pipeline depends on

- fastp
- samtools
- minimap2
- megahit
- mmseqs
- vamb

You can install all of these with:

```
mamba install -y fastp samtools minimap2 megahit mmseqs vamb
```

0 comments on commit 2e3e6fa

Please sign in to comment.