Commit 0ce8603e authored by Alexandra Stanová's avatar Alexandra Stanová
Browse files

Merge branch 'alex/pg2' into 'master'

add more description, change words

See merge request !7
parents 33cba618 829fd1eb
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -2,15 +2,16 @@
title: Profile-HMM of coronavirus sequence
---

# Solution using hmmer
# Expects you have obtained data (explained on page1), expects aligned sequences

```bash
apt get hmmer
pip3 install pyfasta
pyfasta split --header "fff/%(seqid)s.fasta" all.fasta
hmmbuild MN908947.hmm MN908947.fasta
hmmbuild output.hmm input_sequence.fasta
```
#(repeat for each sequence all call for all files in directory using bash command)

# Another possible solution

# Another possible solution in r 
# large memory requirements
Read fasta files with sequences: