Skip to content
Snippets Groups Projects
Commit b130cf1e authored by Alex Kanitz's avatar Alex Kanitz
Browse files

fix: ref does not match pileups in example

parent b95bc0e9
No related branches found
No related tags found
No related merge requests found
Pipeline #15139 passed
......@@ -111,7 +111,7 @@ Then run the test command above.
In both cases, a successful test run with the above command will create a file
`test.test-mir.min.1.pileup.tab` in the current working directory with MD5 sum
`6b5a66981bd83329219002897be393a6`.
`c9fe3f47da7d73b864823e1fc0636d4c`.
## Options
......@@ -168,7 +168,8 @@ In both cases, a successful test run with the above command will create a file
To create a BGZIP-compressed copy of your reference file in FASTA format, as
required by option `--reference`, you will need the `bgzip` utility that comes
with the [HTSlib][htslib] suite.
with the [HTSlib][htslib] suite. If you have have installed dependencies via
Conda, then the HTSlib suite will be already installed.
Supposing you have HTSlib installed and have a reference file `test.fa` in
your current working directory, you can create a BGZIP-compressed copy of it
......
......@@ -5,3 +5,4 @@ channels:
dependencies:
- r-optparse=1.7.1
- bioconductor-rtracklayer=1.54.0
- tabix=1.11
6b5a66981bd83329219002897be393a6 test.test-mir.min.1.pileup.tab
c9fe3f47da7d73b864823e1fc0636d4c test.test-mir.min.1.pileup.tab
This diff is collapsed.
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment