forked from 10XGenomics/enclone_ranger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GUIDE
27 lines (24 loc) · 1.31 KB
/
GUIDE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
guide to some of the directories here:
enclone most of the code up to "printing"
enclone_args argument processing
enclone_com inter-processs communication (experimenal)
enclone_core core definitions, etc.
enclone_denovo experimental code for making VDJ references
enclone_exec just the actual main program
enclone_help help menus from the command line
enclone_main this includes the enclone main program guts
enclone_paper calculations for enclone paper
enclone_print prints clonotypes in the sense of creating the "pictures" (much of core logic)
enclone_proto stuff for communicating with Loupe, and reused for other purposes
enclone_ranger entry point for cellranger
enclone_stuff things called by enclone_main and enclone_ranger
enclone_tail last part of the code
enclone_tools miscellaneous binaries
enclone_vars variable definitions
enclone_version determine current version string
enclone_visual experimental GUI client
credits credits
fonts DejaVuSansMono, in case not otherwise available
img images for site
pages pages on site and source code for such
target where rust puts compilation stuff