Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 547 Bytes

Delimited Sequence Joiner

This project is a plugin for CLC Genomics Workbench that joins DNA sequences, optionally inserting a custom delimiter sequence between them.

For example, given a list of sequences,

  • AAAAAAA
  • GGGGGGG
  • CCCCCCC

and entering a delimiter,

  • NNNN

the plugin produces the following output.

  • AAAAAAANNNNGGGGGGGNNNNCCCCCCCNNNN

The compiled plugin package can be downloaded here.