MUSCLE is public domain multiple alignment software for protein and nucleotide sequences. MUSCLE stands for multiple sequence comparison by log-expectation.
Submit jobs to the queue:
Firstly, create a muscle.sub.sh file with contents as below. The working_directory is the path to your working directory (e.g., it could be /home/labname/username/subdir or /scratch/username/subdir ). You can add other parameters after muscle commands.
Please refer to running jobs in the queue for details
#!/bin/csh
cd working_directory
time muscle -in seqs.fa -out seqs.afa > muscle.out
muscle -in seqs.fa -out seqs.afa
where seqs.fa as input sequence file and seqs.afa as output. The sample file can be copied atcp /usr/local/src/muscle/muscle3.6/seqs.fa seqs.fa