An open API service indexing awesome lists of open source software.

https://github.com/nylander/fasta2mlcalc

Create a distance matrix for Paul Lewis's MLCalc program from a fasta-formatted sequence file
https://github.com/nylander/fasta2mlcalc

Last synced: about 1 year ago
JSON representation

Create a distance matrix for Paul Lewis's MLCalc program from a fasta-formatted sequence file

Awesome Lists containing this project

README

          

# Fasta2MLCalc

## Description

Create a distance matrix for Paul Lewis's MLCalc program from a fasta-formatted
sequence file

## Usage

$ ./Fasta2MLCalc.pl input.fas > matrix.dat

Type 'perldoc Fasta2MLCalc.pl' for details.

## Files

- `Fasta2MLCalc.pl` -- Perl script

- `input.fas` -- example input file

- `matrix.dat` -- example output file

The MLCalc software can be found here (Accessed Tue 24 mar 2020 16:40:21):

## MLCalc

MLCalc is a Windows software but can be run on Linux (tested on
Xubuntu 18.04) using Wine ():

$ wget http://hydrodictyon.eeb.uconn.edu/people/plewis/downloads/mlcalc.zip
$ unzip mlcalc.zip
$ cd mlcalc
$ wine mlcalc.exe