====== any2fasta ======
Convert various sequence formats to FASTA.
===== Information =====
* Version: 0.4.2
* Added: August, 2020
* Link: https://github.com/tseemann/any2fasta
===== Usage =====
See versions of any2fasta that are available:
$ module avail any2fasta
Load one version into your environment and run it:
$ module load any2fasta/0.4.2
$ any2fasta
===== Installation ======
Notes from the sysadmin during installation.
$ cd /tmp
$ wget https://github.com/tseemann/any2fasta/archive/v0.4.2.tar.gz
$ sudo mkdir -p /export/apps/any2fasta/0.4.2
$ sudo cp -r any2fasta-0.4.2/* /export/apps/any2fasta/0.4.2