https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
8c63895 use LockProxy in LockMigrationProxy.t 03 April 2015, 19:22:04 UTC
6004230 updated ur submodule to af01a9f 02 April 2015, 22:42:36 UTC
d95ff0c Merge pull request #609 from ebelter/instdata-generate-cmds InstData Generate Cmds: check if file is empty 02 April 2015, 20:39:18 UTC
0585447 Merge pull request #610 from tmooney/remove_unused_sr_vars_in_identifydnp Remove disused variables. 02 April 2015, 19:01:52 UTC
69b6f64 Merge pull request #618 from ernfrid/add_readcount_checks Add readcount checks 02 April 2015, 18:11:16 UTC
5ad22c3 Merge pull request #589 from susannasiebert/process_tests2 Framework for process tests 02 April 2015, 14:09:48 UTC
d829a74 Merge pull request #599 from tmooney/prefer_an_original_reference_in_fl_merge Narrow down choices of convertible references by preferring an input. 02 April 2015, 13:54:48 UTC
2c750d7 Merge pull request #611 from tmooney/restore_the_not_really_disused_method Revert "Remove incomplete disused "parse_file_into_histogram_hashref"." 02 April 2015, 13:08:04 UTC
9e5a776 Updated `gmt` tab completion. 02 April 2015, 12:18:24 UTC
c8944a0 Updated `genome` tab completion. 02 April 2015, 12:17:32 UTC
01eb83f Updated class browser cache. 02 April 2015, 12:15:27 UTC
8b648ed update docs slightly 02 April 2015, 03:23:32 UTC
7d479e7 add some checking to ensure filtering doesn't occur when hitting multiple BAMs 02 April 2015, 03:07:18 UTC
2a1d728 Merge pull request #592 from nnutter/lock-pair LockProxy and LockMigrationProxy 01 April 2015, 23:20:37 UTC
166fc83 Merge pull request #608 from tmooney/make_available_the_new_fl_on_merge Make new_feature_list output available from merge. 01 April 2015, 20:41:01 UTC
64be6ee Revert "Remove incomplete disused "parse_file_into_histogram_hashref"." This reverts commit fdbcd444d7ea17d24014c8d6af86525b749d6eae. 01 April 2015, 20:20:11 UTC
3881edc validate that `new()` is called as a class method 01 April 2015, 19:06:27 UTC
d97a6aa break apart LOCK_RESOURCE_PARAMS_SPEC for better reuse 01 April 2015, 18:57:25 UTC
2fa7607 deduplicate use of `random_string` and improve impl. performance 01 April 2015, 18:48:05 UTC
64d71e3 Use UR::Util::intersect_lists instead of rolling our own intersection. 01 April 2015, 18:18:58 UTC
4a6ffb7 Merge pull request #582 from susannasiebert/qc_framework Create qc tool wrappers 01 April 2015, 18:06:23 UTC
87e82e1 Remove disused variables. Not only are they not used, they duplicate two other variables declared just above them! 01 April 2015, 17:56:21 UTC
5409982 InstData Generate Cmds: rm headers check 01 April 2015, 16:50:39 UTC
215f09b Merge pull request #606 from tmooney/gmt_picard_typos Fix gmt picard typos; remove duplicate method 01 April 2015, 15:54:54 UTC
db39485 Merge pull request #583 from tmooney/AT-750-v3 Add decorators and a "QC" decorator to the Alignment Dispatcher 01 April 2015, 15:49:13 UTC
00250a7 Merge pull request #578 from tmooney/deduplicate_alignment_queue_selection Stop using GENOME_LSF_QUEUE_ALIGNMENT_PROD. 01 April 2015, 15:48:21 UTC
9393f43 Merge pull request #605 from susannasiebert/model_tests Fix class name 01 April 2015, 15:13:46 UTC
bcf7670 InstData Generate Cmds: check if file is empty 01 April 2015, 00:02:20 UTC
9889816 remove unused function 31 March 2015, 20:50:35 UTC
27e569e Make new_feature_list output available from merge. This makes merge more similar to import, both of which are being used in by LIMS for similar purposes. 31 March 2015, 19:46:31 UTC
c628a80 Merge pull request #603 from ernfrid/bump_bam_readcount change default version of G::M::T::Sam::Readcount to use bam-readcount v... 31 March 2015, 18:48:05 UTC
67d7d9b Merge pull request #597 from tmooney/call_correct_accessor_in_adsp_qc Call Correct Accessor in ADSP QC tools 31 March 2015, 18:06:00 UTC
aba1942 Merge pull request #604 from nnutter/RT-104865 avoid crash when chromosome is missing 31 March 2015, 16:16:51 UTC
3f31962 Merge pull request #600 from nnutter/RT-104836 handle use case where reference sequence is missing 31 March 2015, 16:16:46 UTC
fdbcd44 Remove incomplete disused "parse_file_into_histogram_hashref". 31 March 2015, 15:55:12 UTC
ec2d651 Merge remote-tracking branch 'origin/master' into qc_framework 31 March 2015, 15:34:26 UTC
2574ab4 Check for the method we're really going to call. 31 March 2015, 15:23:37 UTC
6c8ad8f Fix typo: hashsref => hashref 31 March 2015, 15:23:00 UTC
ac0714c Explicitly test that there is only one metric_key in the metric_results 31 March 2015, 15:16:27 UTC
0063af8 Fix doc line for remove_duplicates 31 March 2015, 14:55:27 UTC
f4adb57 Remove default values from doc line 31 March 2015, 14:54:07 UTC
b4f6a12 Remove unnecessary dereferencing 31 March 2015, 14:52:55 UTC
1b512a6 Fix version in test message 31 March 2015, 14:50:31 UTC
b13f3ec Use qq instead of escaping quotes 31 March 2015, 14:49:22 UTC
9188c79 add MigrateLockProxy A MigrateLockProxy object can be used to migrate a lock from one resource/scope to another. This will aid in fixing issues where the chosen resource turns out to be a poor choice, e.g. it's length exceeds that supported by a backend, and with migrating away from the `tgisan` and `unknown` scopes. 31 March 2015, 14:10:12 UTC
1693c8a lift restriction on multiple scopes In order to migrate from one scope to another we must lift the restriction on one lock per resource across all scopes. 31 March 2015, 14:10:06 UTC
2839f63 require scope on unlock_resource In order to remove the limitation on one per resource across all scopes we must first require `scope` on `unlock_resource`. 31 March 2015, 14:10:04 UTC
f5a461a convert PAP's UploadResult to LockProxy 31 March 2015, 14:10:02 UTC
3077092 convert MetagenomicShotgun to LockProxy 31 March 2015, 14:10:01 UTC
441409e convert MetagenomicCompositionShotgun to LockProxy 31 March 2015, 14:09:59 UTC
0f7564a convert SoftwareResult::User to LockProxy 31 March 2015, 14:09:57 UTC
ee7165c convert SoftwareResult to LockProxy 31 March 2015, 14:09:56 UTC
3df3597 convert ObjectWithLockedConstruction to LockProxy 31 March 2015, 14:09:54 UTC
7a3aa11 convert SyncLimsAndGenome to LockProxy 31 March 2015, 14:09:52 UTC
65ed03b convert Synchronize to LockProxy 31 March 2015, 14:09:50 UTC
a70347a convert UpdateSolr to LockProxy 31 March 2015, 14:09:48 UTC
6a1f4ef convert GenePredictor to LockProxy 31 March 2015, 14:09:46 UTC
a04c73d convert ReferenceSequence to LockProxy 31 March 2015, 14:09:42 UTC
7d859b9 convert build_requested lock to LockProxy 31 March 2015, 14:09:40 UTC
117a8cc convert _lock_per_lane_alignments to LockProxy 31 March 2015, 14:09:38 UTC
6be1070 convert Genome::Disk::Allocation::get_with_lock to use LockProxy 31 March 2015, 14:09:37 UTC
4af0d64 convert CQID to use LockProxy 31 March 2015, 14:09:35 UTC
1cd1e20 add Genome::Sys::LockProxy A Genome::Sys::LockProxy encapsulates the `resource` and `scope` needed to address a lock and provides an object oriented API for locking. 31 March 2015, 14:09:33 UTC
20a151c Fix class name 31 March 2015, 13:36:57 UTC
7d68269 Use the "references" variable instead of the original argument list. 30 March 2015, 22:00:11 UTC
071a233 remove unused/incomplete lock code 30 March 2015, 21:16:22 UTC
813a98d handle use case where reference sequence is missing 30 March 2015, 19:57:08 UTC
bf01003 rename subroutine and variable 30 March 2015, 19:53:52 UTC
b3eca42 remove unused docs There is documentation for these methods where they are defined. 30 March 2015, 19:50:22 UTC
1686ab7 remove unused method 30 March 2015, 19:50:20 UTC
01d2900 use Genome::Utility::Instrumentation 30 March 2015, 19:50:19 UTC
b8f3f07 use Params::Validate for lock_resource 30 March 2015, 19:50:15 UTC
bf55aab Merge pull request #598 from susannasiebert/alignment_result2 Make a class for merged AlignedBamResults and use it where appropriate 30 March 2015, 19:47:57 UTC
62de67b Narrow down choices of convertible references by preferring an input. 30 March 2015, 18:28:31 UTC
d566c76 avoid crash when chromosome is missing 30 March 2015, 17:18:11 UTC
e75a403 On refalign, the accessor is called "get_alignments". 30 March 2015, 17:09:22 UTC
d8b1051 Whitespace. 30 March 2015, 17:09:11 UTC
a66b151 Make a class for merged AlignedBamResults and use it where appropriate 30 March 2015, 15:40:57 UTC
de88b05 change default version of G::M::T::Sam::Readcount to use bam-readcount v0.7 30 March 2015, 15:12:52 UTC
06d184c Merge pull request #596 from nnutter/master use canonpath to normalize $test_dir 28 March 2015, 18:09:22 UTC
f5dde25 use canonpath to normalize $test_dir Use canonpath to normalize path as something in StreamGraph seemed to do the same. For example, `./WorkflowBuilder` becomes just `WorkflowBuilder` which was breaking the full test suite. 27 March 2015, 22:11:22 UTC
17421ed Merge pull request #593 from apregier/shortcut_adaptor Add shortcut to adaptor class 27 March 2015, 18:32:03 UTC
f09043c Shortcut delegates to execute 27 March 2015, 17:54:11 UTC
1c156a1 Make MarkDuplicates a G::M::T::Picard::Base 27 March 2015, 14:36:53 UTC
f713990 Fix picard class names 27 March 2015, 14:36:23 UTC
9a3dc91 Consolidate recent Picard changes 27 March 2015, 14:35:40 UTC
c44ea31 Merge pull request #546 from apregier/compare_vcf_in_process Compare vcf in process 27 March 2015, 14:34:09 UTC
2679d82 Put text fields in quotes 27 March 2015, 14:33:08 UTC
bfe3ddb Add shortcut to adaptor class There is no reason why this should ever need to run with lots of resources 27 March 2015, 01:38:22 UTC
eab32f6 Merge pull request #586 from tmooney/remove_unused_properties_from_composite_workflow Remove disused properties. 26 March 2015, 21:37:33 UTC
76f1a76 Merge pull request #585 from tmooney/dont_log_rollbacks_on_build_requested Don't log rollbacks on build requested 26 March 2015, 21:37:15 UTC
098ef67 Merge remote-tracking branch 'origin/master' into qc_framework 26 March 2015, 20:57:30 UTC
6900b8f Merge remote-tracking branch 'origin/master' into qc_framework 26 March 2015, 20:56:03 UTC
5ccc6a2 Merge pull request #573 from iferguson90/picard-class-fix Picard classnames 26 March 2015, 20:55:18 UTC
df7702f Merge pull request #590 from ebelter/instdata2 InstData Import: give default value to resolved instdata properties 26 March 2015, 19:41:21 UTC
2352f4c Merge pull request #584 from ebelter/instdata-description InstData Import: pass description on to created instdasta 26 March 2015, 19:40:57 UTC
a828d62 Simplify by passing arguments straight through 26 March 2015, 19:39:08 UTC
ab60abc Merge pull request #591 from nnutter/master make StreamGraph.t independent of current working directory 26 March 2015, 19:37:44 UTC
8b314a0 Merge pull request #547 from gatoravi/clinseq_update_analysis clinseq: update defaults in update-analysis 26 March 2015, 19:27:44 UTC
cdbf64b Use an HTTP request instead of a socket 26 March 2015, 18:48:32 UTC
back to top