hzi-bifo / mdasim

MDAsim 2: a Multiple Displacement Amplification Simulator (continued development from: https://sourceforge.net/projects/mdasim/)
GNU General Public License v3.0
1 stars 1 forks source link

unique names for resulting amplicon fasta sequences #14

Closed dlaehnemann closed 6 years ago

dlaehnemann commented 6 years ago

Currently, the output format of an individual amplicon's header is:

><LA> | name = R<IOA> | fragment = <OF> | position = <LPOF>

As multiple amplicons may have the same length (<LA>), we should instead make this a unique value, i.e. switch it with R<IOA> to yield:

>R<IOA> | length = <LA> | fragment = <OF> | position = <LPOF>