meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:computerenvironment:software:rnaquast_step_by_step [2023/04/24 11:56] – freya | general:computerenvironment:software:rnaquast_step_by_step [2025/05/02 06:58] (current) – [Running rnaQUAST] freya | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Installation of rnaQUAST ===== | ===== Installation of rnaQUAST ===== | ||
- | <WRAP important> | + | |
- | < | + | < |
- | conda create --name quastBusco python=3.8 | + | |
- | conda activate quastBusco | + | |
- | conda install sepp=4.3.10 | + | |
- | conda install -c conda-forge -c bioconda busco=5.3.2 | + | |
- | conda install mamba | + | |
- | mamba install rnaquast | + | |
- | mamba install gmap=2020.10.14 | + | |
- | rnaQUAST.py --test | + | |
- | </ | + | |
- | + | ||
- | / | + | |
- | + | ||
- | | + | |
- | conda create --name " | + | |
conda activate quastbusco | conda activate quastbusco | ||
Line 27: | Line 13: | ||
* If you forgot the commands for this, remember that you can always google the conda cheat sheet.*/ | * If you forgot the commands for this, remember that you can always google the conda cheat sheet.*/ | ||
- | Next, test your installation by running: | + | * Next, test your installation by running:< |
< | < | ||
#this will create an output-folder in your current directory: | #this will create an output-folder in your current directory: | ||
rnaQUAST.py --test | rnaQUAST.py --test | ||
- | </ | + | </code></ |
- | ===== Installation of BUSCO ===== | + | ===== Running |
rnaQUAST is a tool for evaluating RNA-Seq assemblies using reference genome and gene database. In our case, we don't have a reference genome so we use a [[https:// | rnaQUAST is a tool for evaluating RNA-Seq assemblies using reference genome and gene database. In our case, we don't have a reference genome so we use a [[https:// | ||
Line 43: | Line 29: | ||
* Document your choice and your reasoning. Discuss with your colleagues if you're not sure. | * Document your choice and your reasoning. Discuss with your colleagues if you're not sure. | ||
- | * Install | + | * Identify the appropriate |
- | * Download | + | * Download the chosen |
===== Running rnaQUAST ===== | ===== Running rnaQUAST ===== | ||
- | * Try to extract all the parameters you need from the [[http://cab.spbu.ru/files/rnaquast/ | + | * Try to extract all the parameters you need from the [[https://github.com/ablab/ |
- | * Remember that it is always a good idea to test your commands with small input files! | + | |
< | < | ||
Line 54: | Line 39: | ||
* Run this command in your rnaQUAST conda environment: | * Run this command in your rnaQUAST conda environment: | ||
< | < | ||
- | #This is just a suggestion, feel free to add any parameters that strike you as useful | + | rnaQUAST.py --transcripts |
- | rnaQUAST.py --transcripts | + | |
</ | </ | ||
</ | </ | ||
Line 63: | Line 47: | ||
===== Interpretation of the rnaQUAST output ===== | ===== Interpretation of the rnaQUAST output ===== | ||
- | * Have a look at the test output and try to interpret it with the [[http://cab.spbu.ru/files/rnaquast/ | + | * Have a look at the test output and try to interpret it with the [[https://github.com/ablab/ |
* After the rnaQUAST + BUSCO run has finished, interpret and document the results. As always, try to | * After the rnaQUAST + BUSCO run has finished, interpret and document the results. As always, try to | ||
- State your expectations | - State your expectations | ||
- Summarize the results | - Summarize the results | ||
- Discuss | - Discuss |