Skip to content

Commit

Permalink
Added tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed Jan 5, 2024
1 parent 916fe9a commit 02bdeb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ MGSIM genome_download -d tutorial/ -n 3 tutorial/taxon_accession.tsv > tutorial/

## Simulate communities

Simulate 2 communities

```bash
MGSIM communities --n-comm 2 tutorial/genomes.tsv tutorial/communities
```
Expand All @@ -146,13 +148,13 @@ MGSIM reads tutorial/genomes.tsv --sr-seq-depth 1e5 tutorial/communities_abund.t
PacBio reads

```bash
MGSIM reads tutorial/genomes.tsv --sr-seq-depth 0 --pb-seq-depth 1e3 tutorial/communities_abund.txt tutorial/pacbio_reads/
MGSIM reads tutorial/genomes.tsv --pb-seq-depth 1e3 tutorial/communities_abund.txt tutorial/pacbio_reads/
```

Nanopore reads

```bash
MGSIM reads tutorial/genomes.tsv --sr-seq-depth 0 --np-seq-depth 1e3 tutorial/communities_abund.txt tutorial/nanopore_reads/
MGSIM reads tutorial/genomes.tsv --np-seq-depth 1e3 tutorial/communities_abund.txt tutorial/nanopore_reads/
```


Expand Down

0 comments on commit 02bdeb0

Please sign in to comment.