psyc_7102_statistical-genetics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| psyc_7102_statistical-genetics [2015/11/14 03:52] – /* Code Samples (Please add!) */ scott | psyc_7102_statistical-genetics [2015/12/08 03:43] (current) – scott | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| [[homework_6_ancestry]] | [[homework_6_ancestry]] | ||
| + | |||
| + | [[homework_7_functional_annotation]] | ||
| + | |||
| + | |||
| + | ======= Final Exam ======= | ||
| + | |||
| + | [[final_exam]] | ||
| ======= Command Line and Other Coding Resources ======= | ======= Command Line and Other Coding Resources ======= | ||
| + | |||
| + | |||
| + | ====== Command Line ====== | ||
| [[https:// | [[https:// | ||
| [[https:// | [[https:// | ||
| + | |||
| + | |||
| + | ====== Regular Expressions (Regex) ====== | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| Line 15: | Line 32: | ||
| - | ====== Server management tools ====== | + | ====== Server |
| | | ||
| - | df -h ### Show space availability in all directories | + | df -h |
| - | df -h / | + | df -h / |
| - | | + | |
| - | | + | |
| + | |||
| + | ls -lhrt ### list the contents of a directory sorted from oldest to newest | ||
| + | |||
| + | ### Is your command taking a very long time and you can't keep your computer open for hours? | ||
| + | ### Just prepend your command with ' | ||
| + | ### This will prevent the system from killing your job when your computer disconnects from | ||
| + | ### the server. | ||
| + | ### Here are a few toy examples | ||
| + | nohup plink --vcf myvcf.vcf.gz --maf .05 & # Run plink | ||
| + | nohup zgrep -v '#' | ||
| Line 29: | Line 56: | ||
| | | ||
| - | ssh < | + | ssh < |
| - | ### Lessem | + | ### |
| ssh < | ssh < | ||
| - | PBS batch queuing (used on vieques and research computing) | + | |
| + | ====== | ||
| ### PBS batch system utilities | ### PBS batch system utilities | ||
| Line 47: | Line 76: | ||
| qdel all ### Kill all your PBS jobs | qdel all ### Kill all your PBS jobs | ||
| - | |||
psyc_7102_statistical-genetics.1447473163.txt.gz · Last modified: by scott
