https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
67b3132 Merge pull request #1103 from ebelter/sync-users-msgs Sync Users: use status_message 11 November 2015, 16:12:55 UTC
6dc2c06 updated graphite submodule to d3b83f1 10 November 2015, 19:02:24 UTC
2d5e878 Sync Users: use status_message Use status_message instead of custom STDOUT redirect status to allow printing of messages during cron runs. 09 November 2015, 22:03:27 UTC
05fc536 Merge pull request #1092 from tmooney/remove_temporary_collect_call_info_picard Remove _collect_call_info from GMT Picard. 09 November 2015, 14:53:47 UTC
f4eb1e5 updated jenkins submodule to 22d728f 06 November 2015, 21:53:04 UTC
88f375b updated ur submodule to d05667f 06 November 2015, 21:52:56 UTC
c3c7fc1 Merge pull request #1094 from dufeiyu/chimerascan_config Use config to get lsf_resource for chimerascan 06 November 2015, 17:14:53 UTC
7381f9c Updated `genome` tab completion. 06 November 2015, 13:16:53 UTC
04ae129 Updated class browser cache. 06 November 2015, 13:15:13 UTC
10e2cdc Merge pull request #1095 from davidlmorton/run_model_test Added 'genome test run-model-test' command 06 November 2015, 02:51:50 UTC
1f34aec config spec name change 05 November 2015, 21:50:17 UTC
bdf12c6 name cahnge 05 November 2015, 21:47:45 UTC
00aa298 Rename to lsf_resource_rnaseq_chimerascan 05 November 2015, 21:45:16 UTC
b0ce480 Added 'genome test run-model-test' command This command runs a model test but does not: - alter your environment in (i.e. setting a software result test name) - determine what version of perl to run - email anybody 05 November 2015, 20:41:24 UTC
d3fc245 Merge pull request #1088 from ernfrid/master missed some defines 05 November 2015, 20:05:40 UTC
ca6e6dd Merge pull request #1093 from jasonwalker80/star_rna_aligner Add software result users for STAR aligner. 05 November 2015, 19:12:38 UTC
e273ae6 use config spec to get lsf resource 05 November 2015, 17:02:18 UTC
872a252 Add config spec for chimerascan 05 November 2015, 16:57:18 UTC
a42136b Merge pull request #1087 from tmooney/trsn_for_merged_results_in_calculatehsmetrics CalculateHsMetrics Supports Merged Results. 04 November 2015, 23:29:32 UTC
bab9cef Add software result users for STAR aligner. 04 November 2015, 21:36:37 UTC
0c453dd Merge pull request #1089 from tmooney/run_each_haplotypecaller_bucket_serially Run the HaplotypeCaller serially on each contig in a bucket. 04 November 2015, 21:02:15 UTC
ac783e9 allow stop coordinates of value 0 and check start <= stop 04 November 2015, 20:23:54 UTC
35ae189 Merge pull request #1085 from mkiwala/lsf_cputime Lsf cputime 04 November 2015, 18:04:24 UTC
258fff8 Use `git add -p` to commit a subset of the regenerated test data 04 November 2015, 15:57:10 UTC
d07eafb Revert "Regenerate test data due to change to NullCommand" This reverts commit 67c75f30384aa2cccb6009f6fa7dd6f6b579671d. 04 November 2015, 15:38:22 UTC
f268f18 Remove _collect_call_info. This temporary data collection was added in PR #573. 04 November 2015, 14:39:50 UTC
9d79d2f correct lift_over typo 04 November 2015, 02:13:04 UTC
382d520 update tests 03 November 2015, 22:33:13 UTC
951edcf make tests be more specific 03 November 2015, 22:31:36 UTC
013e077 Merge pull request #1084 from tmooney/exclude_index_results_in_cle_verification Exclude index results from CLE verification. 03 November 2015, 21:04:06 UTC
b176529 Merge pull request #1083 from tmooney/alignment_print_error_opening_groups_file Alignment print error opening groups file 03 November 2015, 20:57:39 UTC
67c75f3 Regenerate test data due to change to NullCommand The lsf_resource string hardcoded in Genome/Ptero/TestCommand/NullCommand.pm has changed, so we need to regernate test data. GENERATE_TEST_DATA=1 /usr/bin/perl -Ilib/perl lib/perl/Genome/Ptero/ToJSON.t GENERATE_TEST_DATA=1 /usr/bin/perl -Ilib/perl lib/perl/Genome/Ptero/ToJSONForProcess.t 03 November 2015, 20:46:45 UTC
1f46d0e Run the HaplotypeCaller serially on each contig in a bucket. It has been decided that it is preferable to produce per-chromosome GVCFs rather than have collections of chromosomes bundled together. In order to still have consistently-sized jobs (and avoid splitting hundreds of ways, which will pound the source BAM file), run the HaplotypeCaller on each entry in the bucket in turn. 03 November 2015, 20:30:12 UTC
ad9b194 BUGFIX: Convert value supplied with -c from minutes to seconds On the command line, the -c option value is in minutes. In the lsb_submit data structure, this value is in seconds. 03 November 2015, 20:22:20 UTC
f76f6bf Remove the construct_lsf_param_string functionality This function worked as long as no values in the param structure needed to be translated to construct the lsf param string. The units of the value associated with the -c option should be minutes in the lsf param string and seconds in the lsf param structure, which means a translation of the value would be required to construct the lsf param string. Instead of implementing this translation for the -c option, I'm removing the construct_lsf_param_string function, since nobody uses it anyway. 03 November 2015, 20:08:32 UTC
40d15a5 Merge pull request #1082 from tmooney/define_docs_data_for_ssg Add model define doc testcase for the new SingleSampleGenotype pipeline. 03 November 2015, 19:43:50 UTC
4a65d82 missed some defines 03 November 2015, 17:57:02 UTC
a33cf25 Merge pull request #1086 from ernfrid/master fix ancient bug testing convertability 03 November 2015, 16:55:01 UTC
502435b Extract subroutine for alignment-result => feature-list mapping. 03 November 2015, 16:34:03 UTC
2f57448 fix ancient bug testing convertability 03 November 2015, 16:08:37 UTC
30c91e3 Handle merged results in CalculateHsMetrics 03 November 2015, 15:55:11 UTC
de83afb Remove '-c 10' from lsf_resource string We shouldn't depend on the -c option until https://jira.gsc.wustl.edu/browse/INFOSYS-17692 has been resolved. 03 November 2015, 14:44:22 UTC
2452717 Updated `genome` tab completion. 03 November 2015, 13:18:23 UTC
6109b55 Updated class browser cache. 03 November 2015, 13:16:33 UTC
082497d Merge pull request #1072 from davidlmorton/submit_url Use submit_url option when submitting PTero workflows 03 November 2015, 05:13:08 UTC
9af3cb5 Exclude index results from CLE verification. 02 November 2015, 21:30:58 UTC
24f7788 Include the error when we couldn't open the groups file. 02 November 2015, 20:38:26 UTC
0095262 Wording change: "proceeding" instead of "preceding". 02 November 2015, 20:37:56 UTC
da03797 Add new model define doc testcase for the SingleSampleGenotype pipeline. 02 November 2015, 18:55:47 UTC
67ac1d4 Merge pull request #1081 from chrisamiller/modelgroup removing comma that makes text harder to select 02 November 2015, 18:38:16 UTC
07b280a removing comma that makes text harder to select 02 November 2015, 18:03:30 UTC
5247629 Merge pull request #1070 from tmooney/reference_variation_fast New Very Specific Pipeline for Alignment + HaplotypeCaller 02 November 2015, 17:51:55 UTC
a3fe467 Updated `gmt` tab completion. 31 October 2015, 12:21:29 UTC
d1e910f Updated `genome` tab completion. 31 October 2015, 12:20:33 UTC
0043343 Updated class browser cache. 31 October 2015, 12:18:45 UTC
00d4331 Merge pull request #1074 from susannasiebert/epitope_prediction_wrappers Add wrappers to run the epitope prediction pipeline with the variant reporting components 30 October 2015, 15:03:32 UTC
38591b6 Merge pull request #1078 from dufeiyu/sdrf Add adjacent normal to the case of is_not_tumor 29 October 2015, 19:05:25 UTC
bcbd46c updated ur submodule to 7c77471 29 October 2015, 17:37:13 UTC
430b404 adjacent normal is not tumor 29 October 2015, 17:36:28 UTC
c541b70 The committee is very insistent about its naming selection! 29 October 2015, 16:53:48 UTC
ae4f175 Merge pull request #1022 from apregier/evaluate_vcf Allow evaluation to be re-parsed 29 October 2015, 16:51:40 UTC
46f6b87 Merge pull request #1073 from tmooney/lock_before_setting_build_metrics Lock before setting build metrics. 29 October 2015, 16:05:44 UTC
499583d Merge pull request #873 from tmooney/add_status_to_menu_items Add status to AnalysisMenu Items 29 October 2015, 16:04:43 UTC
03afc8e Merge pull request #1077 from tmooney/determine_error_finds_fatal_messages Look for output from new UR fatal_message(). 29 October 2015, 15:18:15 UTC
6650764 Merge pull request #1076 from tmooney/dont_run_refalign_summary_report_twice Don't Generate RefAlign Summary Report Data Twice 29 October 2015, 13:51:09 UTC
97f2158 Updated `genome` tab completion. 29 October 2015, 12:18:09 UTC
0a1d5b2 Updated class browser cache. 29 October 2015, 12:16:23 UTC
bca6e4c updated sqitch/genome submodule to 734c786 28 October 2015, 22:48:16 UTC
e2a2492 Merge pull request #1069 from tmooney/remove_obsolete_define_command Remove old "Msi" and "ReferenceVariationSanger" definers (and build class) 28 October 2015, 21:30:52 UTC
d5f47a3 Merge pull request #1041 from acoffman/qc_table_test_db_snapshot New test-db snapshot 28 October 2015, 19:46:07 UTC
cb0d317 Use create_directory instead of make_path 28 October 2015, 18:30:21 UTC
345045c Add documentation 28 October 2015, 18:25:39 UTC
250083f Removed unused packages 28 October 2015, 18:22:24 UTC
6c5426e Remove code redundancy 28 October 2015, 17:39:12 UTC
3197ee6 Remove unused subroutine 28 October 2015, 17:37:42 UTC
06634d5 Simplify accessor string 28 October 2015, 17:37:41 UTC
0a67780 Use reference_sequence_build subroutine on som var build instead of going through tumor build 28 October 2015, 17:37:41 UTC
37b0ff2 Use build as an input instead of its model 28 October 2015, 17:37:41 UTC
b160818 Merge pull request #1061 from jasonwalker80/operations_coverage_qc Operations QC WGS Coverage 28 October 2015, 15:32:48 UTC
4671633 Look for output from new UR fatal_message(). 28 October 2015, 14:53:18 UTC
9ef9782 Fix typo 28 October 2015, 14:26:31 UTC
3a52606 Replace `die $self->error_message` with `$self->fatal_message` 28 October 2015, 14:24:02 UTC
dbf973b Remove unneeded error handling 28 October 2015, 14:21:46 UTC
649548b Save the generated vars instead for use in subsequent templates. 28 October 2015, 13:59:11 UTC
00e7c67 Extract subroutine to generate the summary report data. 28 October 2015, 13:59:04 UTC
39f0930 Remove unused data structure. 28 October 2015, 13:54:59 UTC
672fd68 Merge pull request #1071 from davidlmorton/formatters Add formatters to ResourceParser 28 October 2015, 03:42:06 UTC
65a55a2 Update test data after ResourceParser formatters were added 28 October 2015, 03:25:03 UTC
c6dc5c6 Make null_formatter a string_formatter 28 October 2015, 03:22:32 UTC
a99b4cf Merge pull request #1075 from dufeiyu/sdrf Add reagent info of new target_region_set_name to TCGA Sdrf.pm 27 October 2015, 21:56:17 UTC
0597880 add info for new reagent 27 October 2015, 20:50:43 UTC
c653d1c updated jenkins submodule to c4d38e7 27 October 2015, 20:10:16 UTC
03ef329 Merge pull request #1068 from ebelter/site-command Add Genome Site Command 27 October 2015, 20:09:50 UTC
7694243 Add test for new epitope prediction pipeline 27 October 2015, 19:42:06 UTC
84b353c Point to the NetMHC version that contains the bugfix for too many filehandles 27 October 2015, 19:41:58 UTC
2cc5ac6 Limit length of lock name. 27 October 2015, 19:00:01 UTC
470e40c Lock before attempting to set a metric. 27 October 2015, 18:44:07 UTC
751dfcf Use submit_url option when submitting PTero workflows Instead of setting the PTERO_WORKFLOW_SUBMIT_URL env variable 27 October 2015, 05:21:37 UTC
3ee65c1 Add formatters to ResourceParser 27 October 2015, 05:19:02 UTC
669522d updated sqitch/genome submodule to 6ea7fdc 26 October 2015, 22:30:48 UTC
back to top