diff --git a/README.md b/README.md index 80defdf..bf21c93 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ rnaQUAST version 2.2.0 was released under GPLv2 on November 23rd, 2020 and can b * To run rnaQUAST on your data use the following command python rnaQUAST.py \ - --transcripts /PATH/TO/transcripts1.fasta /PATH/TO/ANOTHER/transcripts2.fasta [...] \ + --transcripts /PATH/TO/transcripts1.fasta /PATH/TO/ANOTHER/transcripts2.fasta /PATH/TO/MULTIPLE/*.fasta [...] \ --reference /PATH/TO/reference_genome.fasta --gtf /PATH/TO/gene_coordinates.gtf @@ -117,7 +117,7 @@ To run rnaQUAST you need to provide either FASTA files with transcripts (recomme     Folder containing pre-built GMAP index for the reference genome. Using previously constructed index decreases running time. Note, that you still need to provide the reference genome that was used for index construction when this option is used. `-c , --transcripts ` -     File(s) with transcripts in FASTA format separated by space. +     File(s) with transcripts in FASTA format separated by space. Wildcards can be used, e.g. `--transcripts */*.fasta`. `-psl , --alignment `      File(s) with transcript alignments to the reference genome in PSL format separated by space. diff --git a/manual.html b/manual.html index 8949406..034a0cc 100644 --- a/manual.html +++ b/manual.html @@ -1,4 +1,4 @@ - rnaQUAST 2.1.0 Manual

rnaQUAST 2.1.0 manual

+ rnaQUAST 2.2.0 Manual

rnaQUAST 2.2.0 manual

1. About rnaQUAST
2. Installation & requirements
    2.1. General requirements
@@ -17,7 +17,7 @@

1 About rnaQUAST

rnaQUAST is a tool for evaluating RNA-Seq assemblies using reference genome and gene database. In addition, rnaQUAST is also capable of estimating gene database coverage by raw reads and de novo quality assessment using third-party software.

-

rnaQUAST version 2.1.0 was released under GPLv2 on July 6th, 2020 and can be downloaded from http://cab.spbu.ru/software/rnaquast/ or https://github.com/ablab/rnaquast/releases.

+

rnaQUAST version 2.2.0 was released under GPLv2 on November 23rd, 2020 and can be downloaded from http://cab.spbu.ru/software/rnaquast/ or https://github.com/ablab/rnaquast/releases.

For impatient people:

  • @@ -36,7 +36,7 @@

    1 About rnaQUAST

  • To run rnaQUAST on your data use the following command

     python rnaQUAST.py \
    ---transcripts /PATH/TO/transcripts1.fasta /PATH/TO/ANOTHER/transcripts2.fasta [...] \
    +--transcripts /PATH/TO/transcripts1.fasta /PATH/TO/ANOTHER/transcripts2.fasta /PATH/TO/MULTIPLE/*.fasta [...] \
     --reference /PATH/TO/reference_genome.fasta --gtf /PATH/TO/gene_coordinates.gtf
     
  • @@ -88,7 +88,7 @@

    3.1 Input data options

    --gmap_index <INDEX FOLDER>,
        Folder containing pre-built GMAP index for the reference genome. Using previously constructed index decreases running time. Note, that you still need to provide the reference genome that was used for index construction when this option is used.

    -c <TRANSCRIPTS ...>, --transcripts <TRANSCRIPTS, ...>
    -     File(s) with transcripts in FASTA format separated by space.

    +     File(s) with transcripts in FASTA format separated by space. Wildcards can be used, e.g. --transcripts */*.fasta.

    -psl <TRANSCRIPTS_ALIGNMENT ...>, --alignment <TRANSCRIPTS_ALIGNMENT, ...>
         File(s) with transcript alignments to the reference genome in PSL format separated by space.