Skip to content

Commit

Permalink
Create rdeval.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidy-a-johnson authored Sep 22, 2023
1 parent 67eef5b commit e433260
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/reval.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
The standard notation of rdeval is:
```
rdeval input.[fasta|fastq|gfa][.gz] [expected genome size]
```

Let's begin by looking at the options of redeval:
```
rdeval -h
```

Now let's evaluate the contents of our fasta file:
```
rdeval random1.fasta
```

And filter sequences with a length greater than 10:
```
rdeval random1.fasta -f ">10"
```

0 comments on commit e433260

Please sign in to comment.