Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ablab/viralVerify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1
Choose a base ref
...
head repository: ablab/viralVerify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 22, 2021

  1. Update README.md

    mikeraiko authored Aug 22, 2021
    Copy the full SHA
    4a425c8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ viralVerify is a Python script, thus, installation is not required. However, it
* Python 3.6+,
* Prodigal (https://github.com/hyattpd/Prodigal, available via conda),
* hmmsearch (from the hmmer package, http://hmmer.org/download.html),
* provided database of virus/chromosome-specific HMMs (https://figshare.com/s/f897d463b31a35ad7bf0)
* provided *decompressed* database of virus/chromosome-specific HMMs (https://figshare.com/s/f897d463b31a35ad7bf0)

or

@@ -35,7 +35,7 @@ You can verify your output by BLAST to check if you found novel viruses or plasm

### Usage

./viralverify.py
viralverify
-f Input fasta file
-o output_directory
--hmm HMM Path to HMM database
@@ -58,4 +58,4 @@ To decrease number of false positives (at the expense of potential false negativ

### Retraining classifier

You can retrain the classifier with your custom data using provided script *training_script.py*. It takes viral, chromosomal and plasmid (optionally) training sequences in fasta format and set of HMMS, predict genes and HMM hits, and returns the frequency table. To use the retrained classifier, replace the "classifier_table.txt" file in the viralVerify directory with the obtained table.
You can retrain the classifier with your custom data using provided *training_script*. It takes viral, chromosomal and plasmid (optionally) training sequences in fasta format and set of HMMS, predict genes and HMM hits, and returns the frequency table. To use the retrained classifier, replace the "classifier_table.txt" file in the viralVerify directory with the obtained table.