03e853f795d04dbdd939c9fbef0186cc339bafde
gperez2
Mon Jan 25 18:02:10 2021 -0800
Adding example on how to make gfidx files and updating the doc, refs #26658
diff --git src/hg/htdocs/goldenPath/help/hubQuickStartAssembly.html src/hg/htdocs/goldenPath/help/hubQuickStartAssembly.html
index 95ac977..999ae48 100755
--- src/hg/htdocs/goldenPath/help/hubQuickStartAssembly.html
+++ src/hg/htdocs/goldenPath/help/hubQuickStartAssembly.html
@@ -135,41 +135,50 @@
the gfServer
dynamic root-relative path of the directory
containing the 2bit
and gfidx
files, named in the form
myGenome.2bit
- two-bit format genomic sequence
myGenome.untrans.gfidx
- untranslated index, built by gfServer index
myGenome.trans.gfidx
- translated index, built by gfServer -trans index
For example:
transBlat yourLab.yourInstitution.edu 4096 dynamic jillLab blat yourLab.yourInstitution.edu 4096 dynamic jillLab isPcr yourLab.yourInstitution.edu 4096 dynamic jillLab+ +
+The following commands are an example on how to make the gfidx files: +
+gfServer index myGenome.untrans.gfidx myGenome.2bit +gfServer index -trans myGenome.trans.gfidx myGenome.2bit ++ +
-for files names in the form: +The files names in the form:
$rootdir/jillLab/myGenome.2bit $rootdir/jillLab/myGenome.untrans.gfidx $rootdir/jillLab/myGenome.trans.gfidx
-For for more deeply nest directory, for instance, for instance following the NCBI +For for more deeply nest directory, for instance, the following the NCBI convention:
transBlat yourLab.yourInstitution.edu 4096 dynamic GCF/000/181/335/GCF_000181335.3 blat yourLab.yourInstitution.edu 4096 dynamic GCF/000/181/335/GCF_000181335.3
will reference these genome files:
$rootdir/GCF/000/181/335/GCF_000181335.3/GCF_000181335.3.2bit $rootdir/GCF/000/181/335/GCF_000181335.3/GCF_000181335.3.untrans.gfidx $rootdir/GCF/000/181/335/GCF_000181335.3/GCF_000181335.3.trans.gfidx