Skip to content

Commit 1bb2a57

Browse files
authored
Fix literal formatting and show chunking a GBZ
1 parent e9f3dd5 commit 1bb2a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ This will save some time during the interactive visualization, especially if the
3434

3535
The net result needs to be one or more chunk directories on disk, referenced from a BED file.
3636

37-
To generate each chunk, you can use the ``sequenceTubeMap/scripts/prepare_chunks.sh` script. You ought to run it from the directory containing your input files and where your output chunks will be stored (i.e. the `dataPath` in `sequenceTubeMaps/src/config.json`), which defaults to the `sequenceTubeMap/exampleData/` directory in the repo.
37+
To generate each chunk, you can use the `sequenceTubeMap/scripts/prepare_chunks.sh` script. You ought to run it from the directory containing your input files and where your output chunks will be stored (i.e. the `dataPath` in `sequenceTubeMaps/src/config.json`), which defaults to the `sequenceTubeMap/exampleData/` directory in the repo.
3838

3939
For example:
4040

4141
```
4242
cd exampleData/
4343
../scripts/prepare_chunks.sh -x mygraph.xg -h mygraph.gbwt -r chr1:1-100 -d 'Region A' -o chunk-chr1-1-100 -g mygam1.gam -g mygam2.gam >> mychunks.bed
44-
../scripts/prepare_chunks.sh -x mygraph.xg -h mygraph.gbwt -r chr1:101-200 -d 'Region B' -o chunk-chr1-100-200 -g mygam1.gam -g mygam2.gam >> mychunks.bed
44+
../scripts/prepare_chunks.sh -x mygraph.gbz -r chr1:101-200 -d 'Region B' -o chunk-chr1-100-200 -g mygam1.gam -g mygam2.gam >> mychunks.bed
4545
```
4646

4747
The BED file linking to the chunks has two additional nonstandard columns:

0 commit comments

Comments
 (0)