comparison yac.py @ 6:acbf910cd2ae draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/yac_clipper commit a3e2a5c2c8d914a574ef35b0f1864ddbde70611b
author artbio
date Mon, 28 Nov 2022 22:17:36 +0000
parents f7947c5a18b8
children
comparison
equal deleted inserted replaced
5:6bfb7e333280 6:acbf910cd2ae
1 #!/usr/bin/python 1 #!/usr/bin/python3
2 # yac = yet another clipper 2 # yac = yet another clipper
3 # v 1.2.1 - 23-08-2014 - Support FastQ output
4 # v 1.1.0 - 23-08-2014 - argparse implementation
5 # Christophe Antoniewski <drosofff@gmail.com> 3 # Christophe Antoniewski <drosofff@gmail.com>
6 4
7 import argparse 5 import argparse
8 from itertools import islice 6 from itertools import islice
9 7