Mercurial > repos > nml > fasta_extract
comparison fa-extract-few.pl @ 5:21888a4371d1 draft default tip
planemo upload for repository https://toolshed.g2.bx.psu.edu/view/nml/fasta_extract commit df418d3445a03025bf38d27b1272fb913be548f1-dirty
author | nml |
---|---|
date | Wed, 20 Sep 2017 13:25:29 -0400 |
parents | 75e70a6d8d60 |
children |
comparison
equal
deleted
inserted
replaced
4:c96a4314df39 | 5:21888a4371d1 |
---|---|
1 #!/usr/bin/perl -w | 1 #!/usr/bin/env perl -w |
2 use strict; | 2 use strict; |
3 use Bio::SeqIO; | 3 use Bio::SeqIO; |
4 | 4 |
5 my(@Options, $verbose, $inverse, $file,$list,$exact); | 5 my(@Options, $verbose, $inverse, $file,$list,$exact); |
6 setOptions(); | 6 setOptions(); |