Skip to content

Commit e4d3833

Browse files
authored
Merge pull request #1116 from tayabsoomro/patch-2
Fix the file name for masking in the tutorial
2 parents 033a883 + eb69e3c commit e4d3833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For this walkthrough, lets assume you have stranded RNA-seq data from 3 differen
5050

5151
.. code-block:: none
5252
53-
funannotate mask -i Spades.genome.cleaned.fa --cpus 12 -o MyAssembly.fa
53+
funannotate mask -i Spades.genome.cleaned.sorted.fa --cpus 12 -o MyAssembly.fa
5454
5555
5656
4. Now you have a cleaned up/renamed assembly where repeats have been softmasked, run :code:`funannotate train` to align RNA-seq data, run Trinity, and then run PASA.

0 commit comments

Comments
 (0)