You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Make sure muscle, hmmbuild, and hmmsearch commands are working as expected
4. Run script.sh
./script.sh
5. There will be two output text files "candidate.txt" and "table.txt" created after the run. "candidate.txt" saves best to worst candidates in order. "table.txt" saves search results for "proteome_xx hsp70_count mcrA_presence".
Errata
Using the default command in the form of "muscle -in seqs.fa -out seqs.afa" expends significant time and resources. script.sh had to adopt a new format of "muscle -in seqs.fa -out seqs.afa -maxiters 1 -diags -sv -distance1 kbit20_3" instead.