swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326

sort by:
Revision Author Date Message Commit Date
641d2e3 Merge pull request #761 from ebelter/site-tgi Sync: LIMS organism classes names are optional 20 May 2015, 16:30:21 UTC
1db0ab2 Merge pull request #756 from gschang/master Minor bug fixation in R 20 May 2015, 14:51:07 UTC
1486ed8 Merge pull request #747 from brummett/create_symlink Make Genome::Sys->create_symlink() idempotent 20 May 2015, 14:32:46 UTC
b245abb Updated `genome` tab completion. 20 May 2015, 12:23:42 UTC
2005883 Updated class browser cache. 20 May 2015, 12:21:21 UTC
b40a7ad Merge pull request #759 from ebelter/sync-usage Update the disk volume sync usage command 19 May 2015, 23:38:42 UTC
5a186e5 Merge pull request #754 from ebelter/instdata-import-process InstData Import: make the batch importer [formerly known as Manager, now called launch] a genome process. 19 May 2015, 23:16:53 UTC
682f285 Sync: LIMS organism classes names are optional 19 May 2015, 21:24:55 UTC
32af909 PR suggestions 19 May 2015, 20:47:23 UTC
f201ea0 Merge pull request #752 from nnutter/user validate values to hash 19 May 2015, 20:47:07 UTC
0bf9acb Merge pull request #751 from nnutter/archivable avoid side effects if an allocation is rolled back 19 May 2015, 20:46:52 UTC
3ee2c46 Merge pull request #750 from nnutter/start acquire build_requested lock before creating builds to start 19 May 2015, 20:46:41 UTC
bcca514 Update the disk volume sync usage command 19 May 2015, 20:15:50 UTC
4836a35 updated workflow submodule to 701271d 19 May 2015, 18:02:52 UTC
94bbafc Minor bug fixation in R 18 May 2015, 19:41:50 UTC
1e73222 add build ID to error message 18 May 2015, 14:18:52 UTC
c6c2fbb fix typo 18 May 2015, 14:17:10 UTC
0fd9af0 Updated `genome` tab completion. 18 May 2015, 12:17:02 UTC
f2f507c Updated class browser cache. 18 May 2015, 12:15:05 UTC
0f086d9 Merge pull request #635 from nnutter/config File-Backed Genome::Config Implementation 18 May 2015, 00:30:34 UTC
cb0754c InstData Import: update create entity help 17 May 2015, 19:59:43 UTC
3fafe5b InstData Import: add process to instdata when ran through launch command 17 May 2015, 19:51:46 UTC
4114142 Merge pull request #753 from nnutter/master fix `register_callback` call because subject is not valid for that API 17 May 2015, 15:57:29 UTC
b9b6911 fix `register_callback` call because subject is not valid for that API This was not caught by testing on the PR because `GENOME_NESSY_SERVER` isn't set on PR tests (yet). 16 May 2015, 20:36:04 UTC
9d224aa Merge pull request #749 from nnutter/observers update Genome to use appropriate observer APIs 16 May 2015, 17:24:48 UTC
f29504f validate values to hash We had a case where no sponsor was found for a build which caused a warning about odd number of elements in the hash and then failed downstream. 16 May 2015, 17:13:23 UTC
8906afe override __rollback_property__ to fix regression test for RT#105743 16 May 2015, 00:08:26 UTC
b1f2239 add a regression test for RT#105743 16 May 2015, 00:08:25 UTC
d124949 acquire build_requested lock before creating builds to start @tmooney pointed out that if something else were updating the model between when we created the build and turned off `build_requested` then we would turn off `build_requested` prematurely. This changes it so we disable `build_requested` (within a transaction) prior to even creating the build so that the `build_requested` locking prevents this race. 15 May 2015, 22:06:11 UTC
a624aea add test to ensure observers are not created during import If an observer is created during import of Genome packages it should use the `UR::Observer->register_callback` API so that they are rollback-safe. 15 May 2015, 22:03:26 UTC
5772c7d convert old `create_subscription` calls to `add_observer` The `create_subscription` API is deprecated by the `add_observer` API. 15 May 2015, 22:03:25 UTC
a2c8b10 remove debug code 15 May 2015, 22:03:24 UTC
a0bbfd8 convert package-scoped observers to use register_callback Observers that are added as part of loading a package should be created with `UR::Observer->register_callback` so that they are rollback-safe. 15 May 2015, 22:03:23 UTC
cca6030 updated workflow submodule to e7a06a3 15 May 2015, 20:42:59 UTC
f40635b updated ur submodule to fd4e58d 15 May 2015, 20:42:48 UTC
1516079 Merge pull request #746 from nnutter/start cleaning up `genome model build start` a bit 15 May 2015, 20:31:59 UTC
a3a8baa Merge pull request #743 from apregier/evaluate_bedpe Evaluate bedpe 15 May 2015, 18:32:49 UTC
54cc316 Bug fix creating symlink over an already existing file Properly handle the case where it's asked to create a link, but that link name already exists as something that's not a link. 15 May 2015, 16:54:11 UTC
664b548 Remove now-broken tests create_symlink() will now succeed for this case 15 May 2015, 15:26:17 UTC
9a73ca3 Save the errno value before it can change 15 May 2015, 15:23:14 UTC
09e46c5 avoid uninitialized value warning when readlink() is used on a non-symlink 15 May 2015, 15:22:35 UTC
876cd97 Updated `genome` tab completion. 15 May 2015, 12:17:10 UTC
88312a5 Updated class browser cache. 15 May 2015, 12:15:15 UTC
29d16fa updated ur submodule to d8a4514 15 May 2015, 03:34:55 UTC
9d686e3 create_symlink() is now idempotent If the symlink exists, but already points to the requested target, succeed It still fails if the link exists but points somewhere else. 14 May 2015, 22:03:43 UTC
d4616ba Simplify create_symlink() Just go ahead and try to make the link and deal with the error afterward. Trying to verify entities on the filesystem exist beforehand is a race condition. 14 May 2015, 22:00:30 UTC
5da2c10 Allow link names and targets to be '0' but not empty string 14 May 2015, 21:54:30 UTC
5ae839a more tests for Genome::Sys->create_symlink() 14 May 2015, 21:38:05 UTC
004930e consolidate code during start phase Some changes were made to fit the consolidated code but this was intended to be as close to a refactor as possible. 14 May 2015, 20:40:20 UTC
a210179 refactor: consolidate build create phase 14 May 2015, 20:27:55 UTC
38c158d refactor: consolidate append_error 14 May 2015, 20:15:44 UTC
718e07d catch eval errors immediately after their eval 14 May 2015, 20:01:24 UTC
8836a8a Merge pull request #742 from tmooney/quote_for_shell_uses_string_shellquote Use String::QuoteShell to do quoting for shell. 14 May 2015, 19:41:29 UTC
8edf141 Merge pull request #744 from nnutter/ur-prep fix (possible) bugs revealed by upcoming UR change 14 May 2015, 19:21:48 UTC
716ffda Print out stats 14 May 2015, 17:53:01 UTC
3fab00f Clarify doc 14 May 2015, 17:37:50 UTC
743d084 Fix spelling 14 May 2015, 17:36:42 UTC
03a2872 add id_by to sx_result An upcoming change in UR started causing failures when trying to record a change of this property during a transaction. UR::Change would not accept the old object reference as `undo_data`. I believe giving this an `id_by` allows the value to be serialized. 14 May 2015, 15:56:51 UTC
43833d4 add id_class_by and id_by to _leftover_object An upcoming change in UR started causing failures when trying to record a change of this property during a transaction. UR::Change would not accept the old object reference as `undo_data`. I believe giving this an `id_class_by` and `id_by` allows the value to be serialized. 14 May 2015, 15:49:40 UTC
3d6dea3 remove `get` override from Genome::Report This change may be contriversal but if `get` really must not be allowed then I think this shouldn't even be a `UR::Object`. 14 May 2015, 15:31:46 UTC
c54aebc Merge pull request #724 from davidlmorton/abandonment_issues Ensure that errors are able to be displayed in G::M::B::Abandon 14 May 2015, 14:46:14 UTC
dfab1aa Merge pull request #739 from tmooney/falsepositivevcf_reports_progress Periodically report progress through the input VCF. 14 May 2015, 12:38:32 UTC
2575950 Merge pull request #738 from tmooney/heartbeat_skips_parents_of_running_children Don't report idle parents of running children in heartbeat check. 14 May 2015, 12:38:23 UTC
bb156be InstData Import: convert to be a process! 13 May 2015, 22:36:13 UTC
d48ba52 InstData Import: remove generate output from csv parser 13 May 2015, 22:14:23 UTC
8fa1978 Add calculations for stats derived from the base stats 13 May 2015, 21:38:00 UTC
3bb24e0 updated ur submodule to 2ef9718 13 May 2015, 21:34:34 UTC
422a619 InstData Import: move command line instdata attr parsing to basic command from inputs 13 May 2015, 21:16:35 UTC
24b9a0e Refactor: extract method 13 May 2015, 20:09:40 UTC
a121a20 updated workflow submodule to 5ad0955 13 May 2015, 20:04:42 UTC
3980d3d InstData Import: process! 13 May 2015, 20:04:09 UTC
794a711 Merge pull request #737 from tmooney/heartbeat_check_only_if_operation_type Heartbeat check only if operation_type exists. 13 May 2015, 20:01:13 UTC
5e1b48f Add tool for comparing svs to a gold standard 13 May 2015, 19:57:42 UTC
a3292d1 Merge pull request #741 from nnutter/valid_signals add valid_signals 13 May 2015, 19:49:13 UTC
a7dbf8b Merge pull request #736 from apregier/pairToPair Add wrapper for bedtools pairToPair 13 May 2015, 19:48:25 UTC
4e25031 Use String::QuoteShell to do quoting for shell. 13 May 2015, 19:28:54 UTC
5c858fc quote files for shell 13 May 2015, 19:04:52 UTC
1a214f1 Merge pull request #735 from tmooney/allow_derived_from_in_copycatsomaticwithbamwindow Search base references for CopyCat annotation data 13 May 2015, 18:57:31 UTC
34226e7 Merge pull request #733 from tmooney/remove_tmooney_from_source Remove some old and obsolete comments. 13 May 2015, 18:25:14 UTC
292bd34 Merge pull request #740 from nnutter/master fix circular dependency 13 May 2015, 17:22:47 UTC
68f6572 pre-commit was not a valid signal 13 May 2015, 16:15:57 UTC
168edbb Updated `genome` tab completion. 13 May 2015, 12:16:05 UTC
8a1dc32 Updated class browser cache. 13 May 2015, 12:14:20 UTC
d5e3467 Merge pull request #734 from chrisamiller/master adding mutect support, cleaning trailing whitespace 13 May 2015, 03:46:08 UTC
24d4c1d InstData Import: rename manager to launch 13 May 2015, 01:04:31 UTC
8c5b4ab InstData Import: move basic logic to work flow run 13 May 2015, 01:02:25 UTC
62cbb42 InstData Import: add as_hashref to inputs 13 May 2015, 00:58:47 UTC
6f94e68 add valid_signals An upcoming change to UR fixes a bug in the signal validation code that exposes cases where a class did not define `valid_signals` nor a `validate_subscription` method. This is one such example. 13 May 2015, 00:32:41 UTC
60c4bf2 InstData Import: add analysis project to inputs; consolidate error checking 13 May 2015, 00:32:32 UTC
a32d0dc fix circular dependency Can't require Genome::Model::Build at top of because it creates a circular dependency Genome::Model::Build uses Genome which uses Genome::Sys::Log which uses Genome::Model::Build. 13 May 2015, 00:26:56 UTC
92b6005 InstData Import: add getting instdata via original_data_path to inputs 13 May 2015, 00:18:54 UTC
885d640 InstData Import: add library property to inputs 13 May 2015, 00:07:00 UTC
d8b779f InstData Import: update instance properties instead of using incoming params 12 May 2015, 23:59:05 UTC
fa85b91 Merge pull request #730 from ebelter/instdata-import-cli-update InstData Import: update and consolidate the CLI. 12 May 2015, 23:09:36 UTC
ad1085a Merge remote-tracking branch 'origin/master' into instdata-import-cli-update Conflicts: lib/perl/Genome/InstrumentData/Command/Import/Manager.pm lib/perl/Genome/InstrumentData/Command/Import/Manager.t 12 May 2015, 23:07:57 UTC
1be2209 Merge pull request #731 from ebelter/instdata-import-sf-objects InstData Import: use source file classes to get file size, md5 names and kb required. 12 May 2015, 22:48:45 UTC
53e0a1e Merge pull request #729 from tmooney/heartbeat_stauts Spelling/grammar changes to Heartbeat Check 12 May 2015, 22:30:02 UTC
0ab2e69 Periodically report progress through the input VCF. This should help reassure that progress is being made, both for manual inspection and the heartbeat check. 12 May 2015, 22:08:28 UTC
6637011 Move setting of OK status outside of the loop. A parent with scheduled children otherwise fails to report OK. 12 May 2015, 21:49:13 UTC
8197333 Don't report idle parents of running children in heartbeat check. 12 May 2015, 21:09:23 UTC
back to top