Skip to content

Commit

Permalink
Merge pull request GATB#61 from sebschmi/master
Browse files Browse the repository at this point in the history
Change another upper case KM to lower case.
  • Loading branch information
rchikhi authored Jul 21, 2020
2 parents ca43c54 + faa127d commit 9b7b581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Where:

* `LN` field is the length of the unitig

* `KC` and `KM` fields are for total abundance and mean abundance of kmers inside the unitig, respectively.
* `KC` and `km` fields are for total abundance and mean abundance of kmers inside the unitig, respectively.

* Edges between unitigs are reported as `L:x:y:z` entries in the FASTA header (1 entry per edge). A classic forward-forward outcoming edge is labeled `L:+:[next node]:+`. A forward-reverse, `L:+:[next node]:-`. Incoming edges are encoded as outcoming edges of the reverse-complement node. E.g. `L:-:[previous node]:+` means that if you reverse-complemented the current node, then there would be an edge from the last k-mer of current node to the first k-mer of the forward strand of [previous node].

Expand Down

0 comments on commit 9b7b581

Please sign in to comment.