https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
99df226 update clin-seq blessed 19 May 2014, 02:52:42 UTC
19c1d66 update getvariant sources to handle mutect 19 May 2014, 02:52:40 UTC
3083d30 extract method 19 May 2014, 02:52:37 UTC
8162c78 refactor write output file 19 May 2014, 02:52:37 UTC
1f741c7 minor refactor 19 May 2014, 02:52:36 UTC
eb3fd72 remove unused function 19 May 2014, 02:52:36 UTC
d849156 update description for cnv plot tool 19 May 2014, 02:52:35 UTC
a19b00d make is_capture return explicit 1 or 0 16 May 2014, 20:12:31 UTC
377b438 analysis project deletes now cascade 16 May 2014, 19:43:08 UTC
b026682 updated jenkins submodule to 5eb7e15 16 May 2014, 16:49:24 UTC
e7b8a5a updated ur submodule to 48f2b46 16 May 2014, 14:54:38 UTC
2d60b31 Updated `gmt` tab completion. 16 May 2014, 12:19:50 UTC
774b570 Updated `genome` tab completion. 16 May 2014, 12:19:05 UTC
151af66 Updated class browser cache. 16 May 2014, 12:17:28 UTC
77e4543 updated ur submodule to b35b1b1 15 May 2014, 22:59:57 UTC
fc9a49f adding --clean-output option to avoid all of the symlinking junk. I'd prefer that it be clean by default with the option to turn on symlinks, but I suspect that would require changing dozens of places in the codebase 15 May 2014, 22:24:39 UTC
0989505 GM: add logic to test factory to set genotype file 15 May 2014, 22:13:28 UTC
51174fe Append change frequency instead of prepend 15 May 2014, 21:01:04 UTC
a1804a3 fall back on empty string rather than undef to avoid warnings 15 May 2014, 20:53:01 UTC
b0b5e0e InstData GM: add snp hash getting to meethods installed to imported; misc cleanup 15 May 2014, 20:30:35 UTC
1b1e2dc InstData GM: move genotype_file methods to Microarray class; install genotype file methods from Microarray into Imported 15 May 2014, 20:30:33 UTC
ba35887 InstData Imported: rm unused genotype microarray methods 15 May 2014, 20:30:32 UTC
9109e0a Genotype Microarray: genotype_file is a calculated method; do not use genotpe_file attr 15 May 2014, 20:30:31 UTC
99499ee Merge branch 'updated' into gb_master 15 May 2014, 20:22:49 UTC
be901fd Add metric to track how many AF contribute to verifyBamId metrics 15 May 2014, 20:21:46 UTC
bc5ebf8 Be more stringent validating BD FASTQs; be more lenient in NovoRealign. This should allow cases with empty FASTQs to proceed through filtering, but hopefully catch the case of misconfigured Breakdancer sooner. 15 May 2014, 19:55:59 UTC
dabd342 All __profile_errors__ should call their super first in case of general behavior. 15 May 2014, 19:32:15 UTC
7933135 * Don't print numerical labels unless the mutation is above the maximum frequency. * Add an option (--allow-floating-labels) to allow variable y positioning on each mutation's label 15 May 2014, 19:22:51 UTC
0682602 Merge branch 'master' of ssh://git/srv/git/genome 15 May 2014, 19:13:34 UTC
27e42f6 add run parameter to handle unstranded instrument data 15 May 2014, 19:13:22 UTC
0e4e9a7 add reprocess option to add-config-file command 15 May 2014, 18:25:24 UTC
6e68870 skip the vcf entry if there is no data for the sample 15 May 2014, 15:36:09 UTC
5bb77bc Only add a number if needed, and respect that suffixes are at the end. 15 May 2014, 15:35:21 UTC
b9a5a53 Only increment the QC name when making a new model. Otherwise we can't find the existing ones! 15 May 2014, 14:44:35 UTC
93da51e Ensure the value of "show" is set before listing. 15 May 2014, 14:09:15 UTC
4a63d06 allow users to specify a suffix to the model names 15 May 2014, 13:12:34 UTC
2ecc408 Updated `genome` tab completion. 15 May 2014, 12:18:18 UTC
e55c860 Updated class browser cache. 15 May 2014, 12:16:42 UTC
28c6794 Update test diff file due to changes likely introduced in 6b3d60 15 May 2014, 00:06:48 UTC
3fc23b1 Change the property data types to UR data types The test Genome/Model/Command/Import_and_Export_Metadata.t was preloading Genome::Model::Build::Input objects which already existed in memory. Since PostgreSQL was returning these objects in a different order that UR had them sorted, the Loading Iterator concluded that a handful of them were actually deleted in the database. The test then thought it was IMPORTING them instead of FOUND them. Between the new support for "C" collation of text-type columns in UR::DS::Pg, and changing the data types, that preload get() no longer deletes those objects. 14 May 2014, 23:49:14 UTC
3714b07 update test cases 14 May 2014, 21:18:20 UTC
c14b956 add snv files 14 May 2014, 21:18:20 UTC
be692ad unify InstrumentData lister This changes makes the output of help not depend on the specified subclass, which means that it does not list the valid or default values for show. 14 May 2014, 21:11:17 UTC
b740942 Translate CAF to AF in VCF results 14 May 2014, 20:46:43 UTC
56f9ddc use NAs for missing columns 14 May 2014, 18:47:10 UTC
ab56784 make plotCNVs a part of clin-seq-converge 14 May 2014, 18:47:09 UTC
cc691e6 (sometimes) fix setgid being removed by Genome::Sys->create_directory 14 May 2014, 18:46:10 UTC
82cd129 only chown if we have to We might want to just get rid of this chown and rely on setgid, etc. to control this. In fact, the reason to make the chown only execute if needed is because it removes setgid on root_squashed NFS volumes. 14 May 2014, 18:46:09 UTC
b2a49ff failing test for setgid 14 May 2014, 18:46:08 UTC
d4545fe increased model count in expected update-analysis output 14 May 2014, 18:45:46 UTC
ea72fe2 microarray: relax errors while looking for instrument data 14 May 2014, 18:22:10 UTC
aaa0578 Updated `gmt` tab completion. 14 May 2014, 12:19:42 UTC
83a35c1 Updated `genome` tab completion. 14 May 2014, 12:18:58 UTC
9553355 Updated class browser cache. 14 May 2014, 12:17:21 UTC
3809fdb updated ur submodule to a13ec70 13 May 2014, 21:21:05 UTC
512f7ce GME Flexbar: add version 2.4 13 May 2014, 20:45:47 UTC
2efcc7b Merge branch 'master' of ssh://git/srv/git/genome 13 May 2014, 18:52:39 UTC
995132f Fall back on the BED file stored in the ROI FeatureList. 13 May 2014, 18:31:53 UTC
c7aa44a Add star unit test 13 May 2014, 18:16:48 UTC
6bdcd7f more tweaks to plug star in rna-seq pipeline 13 May 2014, 18:16:48 UTC
997101e Add star aligner to rna-seq pipeline 13 May 2014, 18:16:48 UTC
19f54d2 Add star aligner for rna-seq model 13 May 2014, 18:16:47 UTC
6ce4635 remove transition code for created_by 13 May 2014, 17:49:50 UTC
6ea6cb9 can't define with aliased property user_name 13 May 2014, 17:49:45 UTC
6b3d607 remove transition code for created_by All snapshots (for awhile now) have created_by/run_as and all models (except 2 that had no user_name) have values. 13 May 2014, 17:49:44 UTC
0955494 Add two more metrics for the benefit of the coverage report views. 13 May 2014, 17:44:51 UTC
78e3774 allow run_as to be specified when defining models 13 May 2014, 15:30:37 UTC
538dca2 update Genome/Model/Command/Define-docs.t expected output for run-as 13 May 2014, 15:30:03 UTC
d254069 allow run_as to be specified when defining models It is desired that production managers be able to create SomaticVariation models that can run as the production user (apipe-builder or cle). 13 May 2014, 15:07:40 UTC
53bea3f Skip useless test that fails all the time 13 May 2014, 14:56:51 UTC
1e4d29e no longer need runtime default value for creation_time Remove the runtime default value for creation_time now that values have been backfilled in the database. 13 May 2014, 14:51:18 UTC
466f052 Update due to updated updated_at (again). 13 May 2014, 14:28:54 UTC
a813b85 hard-code assumption about test Instead of depending on our current GENOME_SYS_UMASK hard-code in the value for the test. 13 May 2014, 13:36:43 UTC
64f68f3 add test case Setting GENOME_SYS_UMASK='0027' for 'cle' user revealed that by not casting GENOME_SYS_UMASK as octal we were not using the expected umask. 13 May 2014, 13:36:42 UTC
8067ad1 refactor test to use Genome::Utility::Test::Stat 13 May 2014, 13:36:40 UTC
cf37205 give tests default names 13 May 2014, 13:36:39 UTC
f32fb72 add Genome::Utility::Test::Stat 13 May 2014, 13:36:37 UTC
18f9fb3 Newline at end of file. 13 May 2014, 13:31:03 UTC
91f5d4c Update expected to account for updated updated_at time. 13 May 2014, 13:24:30 UTC
7727fae Mark properties as transient to avoid triggering updated_at. 13 May 2014, 13:07:44 UTC
4327662 Updated `genome` tab completion. 13 May 2014, 12:20:31 UTC
aad808d Updated class browser cache. 13 May 2014, 12:18:54 UTC
dbf180a Don't trigger circular updated_at update due to update of updated_at. 12 May 2014, 22:59:13 UTC
95daf3b update help synopsis 12 May 2014, 22:56:55 UTC
e2292d9 Handle read_group ids with colons 12 May 2014, 21:55:30 UTC
8179e71 Add debug messages 12 May 2014, 21:55:29 UTC
955db4b Add debug messages 12 May 2014, 21:55:29 UTC
d7c6a8a add minimum test 12 May 2014, 21:40:50 UTC
4185502 update number of tests 12 May 2014, 21:37:34 UTC
78d8289 modify check for mrkdup file 12 May 2014, 21:18:37 UTC
bd87f4c update clin-seq blessed build 12 May 2014, 21:18:36 UTC
c326045 add plot cnv convergence tool 12 May 2014, 21:18:36 UTC
f93e700 update clinseq cnv dir 12 May 2014, 21:18:35 UTC
f6b9b04 fix cnv diff 12 May 2014, 21:18:35 UTC
d58686b format awk command 12 May 2014, 21:18:34 UTC
5b2c953 small tweak to makecircos test 12 May 2014, 21:18:34 UTC
38bd1a2 update microarray cnvs Use the CNV calls from the HMM algorithm, they seem to work better in terms of determining local sequence context than naively calling CN from LRR and then segmenting. 12 May 2014, 21:18:33 UTC
d79e42c add checks to glob results 12 May 2014, 21:18:33 UTC
b4ecaf7 update microarray cnv results 12 May 2014, 21:18:32 UTC
a9231d2 add files to manifest 12 May 2014, 21:18:32 UTC
back to top