Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jun 12, 2024
1 parent 85c4e4c commit 6a1b4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/3_assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ P 14 11+,12-,13+ 4M,5M
To get a FASTA we just pull the S lines from a GFA and print them to a file:

!!! terminal "code"
```bash
```bash
awk '/^S/{print ">"$2;print $3}' \
test.bp.p_ctg.gfa \
> test.p_ctg.fa
```
```

!!! info "You can read this awk command as:"

Expand Down

0 comments on commit 6a1b4d5

Please sign in to comment.