Differences between revisions 2 and 20 (spanning 18 versions)
Revision 2 as of 2011-11-29 15:58:34
Size: 463
Editor: EricPalmer
Comment:
Revision 20 as of 2011-11-29 18:12:30
Size: 1738
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== WIKI for Bob Gaskell's StereoPC ==
/!\ This is an important document

(!) Useful stuff


= WIKI for Bob Gaskell's StereoPC =
Line 7: Line 13:
... == General Info ==
Line 9: Line 15:
== General Info == Bob doesn't like to comment his code. Thus, I have no clue what some things do. I've been taking pretty good notes, and I thought we could all share and benefit from what we each have learned. If you figure something out (or get help from Bob himself), be sure to post it. If you need help with the wiki, let me know (or just send me the info).
Line 11: Line 17:
== Programs ==  == Programs ==
Line 13: Line 19:
  === Lithos ===
  lithos.e - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)
=== Lithos ===
  
 * ["
lithos.e"] - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)
Line 16: Line 23:
  === Utilities ===
find_nofit.e - searches for alignments that had problems
=== Imager ===
  
 * ["map_coverage.e"] - shows the coverage that has been processed by resolution
 * ["coverage.e"] - shows the '''global''' coverage that has been processed by resolution
Line 19: Line 28:
=== Shaper ===
  
 * ["bigmap.e"] - processes maplets to form a bigmap
 * ["update_infiles.e"] - generates a list of landmarks and headers for showing coverage

=== Utilities ===
 * ["find_nofit.e"] - searches for alignments that had problems
 * ["make_script.e"] - generates the script that you run to batch align maplets via lithos.e
 * ["export.e"] - builds scripts to package up the new maplets/landmarks into a tar ball
 * ["importl.e"] - builds script to unpack maplets/landmarks and integrate into a master directory
 * ["showmap.e"] - generates an image (.pgm) for a specific bigmap
 * ["pr_template"] - (ignore this)
Line 20: Line 41:
== Work flow == == Work Flow ==
Line 22: Line 43:
=== Files ===
 * ["view_maps.in"]
 * ["make_scriptT.in"] - Used by ["make_scriptT.e"] to build ["run_script.b"]

/!\ This is an important document

(!) Useful stuff

WIKI for Bob Gaskell's StereoPC

Email: MailTo(epalmer AT SPAMFREE psi DOT edu)

General Info

Bob doesn't like to comment his code. Thus, I have no clue what some things do. I've been taking pretty good notes, and I thought we could all share and benefit from what we each have learned. If you figure something out (or get help from Bob himself), be sure to post it. If you need help with the wiki, let me know (or just send me the info).

Programs

Lithos

  • ["lithos.e"] - aligns maplets to the current shape model and will provide slight changes to the shape (stored in MAPFILES)

Imager

  • ["map_coverage.e"] - shows the coverage that has been processed by resolution
  • ["coverage.e"] - shows the global coverage that has been processed by resolution

Shaper

  • ["bigmap.e"] - processes maplets to form a bigmap
  • ["update_infiles.e"] - generates a list of landmarks and headers for showing coverage

Utilities

  • ["find_nofit.e"] - searches for alignments that had problems
  • ["make_script.e"] - generates the script that you run to batch align maplets via lithos.e
  • ["export.e"] - builds scripts to package up the new maplets/landmarks into a tar ball
  • ["importl.e"] - builds script to unpack maplets/landmarks and integrate into a master directory
  • ["showmap.e"] - generates an image (.pgm) for a specific bigmap
  • ["pr_template"] - (ignore this)

== Work Flow ==

Files

  • ["view_maps.in"]
  • ["make_scriptT.in"] - Used by ["make_scriptT.e"] to build ["run_script.b"]


CategoryHomepage

HomePage (last edited 2024-10-24 12:50:27 by EricPalmer)