Entering edit mode
6.5 years ago
User 1874
▴
10
0 down vote favorite I want to run clustalw non-interactively, i.e., with options
I have a fasta file with 10 sequences, named ten.fa, for which I generated alignment and phylogenetic tree, with command like:
name=ten clustalw2 -INFILE=$name.fa -ALIGN -OUTFILE=$name.aln clustalw2 -INFILE=$name.aln -TREE -OUTFILE=$name.ph so far I have following files
ten.fa ten.aln ten.ph
I have a new fasta file with 1 sequence, named
one.fa
for which I want to generate new aln and phylogenetic tree, named like
eleven.aln eleven.ph
How should I construct the command line? TIA
Maybe this will help (not meant to be rude I just don't have experience with this):
source