| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2012-02-23 | 1.8 kB | |
| MIDesigner-0.1.tar.gz | 2011-01-13 | 38.8 kB | |
| Totals: 2 Items | 40.7 kB | 0 |
MIDesigner - MID Intelligent Designer
MIDesigner (MID Intelligent Designer) is a utility to design multiplex
identifier (MID) sequences for use in sequencing projects.
INSTALLATION
You need to install these dependencies first:
* Perl (http://www.perl.com/download.csp)
The following Perl modules are dependencies that will be installed automatically
for you:
* Getopt::Euclid
* Algorithm::Combinatorics
To install MIDesigner, run the following commands in a terminal or command prompt:
On Linux, Unix, MacOS:
perl Makefile.PL && make install
On Windows:
perl Makefile.PL && nmake install
Some of these steps wil likely require administrator rights. If you do not have
them, you can try to install the module locally:
perl Makefile.PL INSTALL_BASE=/home/fangly/bin/perl
DOCUMENTATION
After installing, you can find how to run the program by running the following
command in a terminal or a command prompt:
MIDesigner --help
COPYRIGHT AND LICENSE
Copyright 2010,2011 Florent Angly <florent.angly@gmail.com>
MIDesigner is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MIDesigner is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MIDesigner. If not, see <http://www.gnu.org/licenses/>.
BUGS
All complex software has bugs lurking in it, and this program is no exception.
If you find a bug please email me at <florent.angly@gmail.com> so that I can
make MIDesigner better.