https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
d7b5186 S:L:FileBackend bugfix -- has_lock checks for existance 12 January 2015, 19:46:46 UTC
75fd39f S:L:FileBackend convert to non-singleton 12 January 2015, 19:46:45 UTC
5cb8b8c S:L:FileBackend switch *_message to Genome::Logger 12 January 2015, 19:46:43 UTC
23896d2 S:Lock forbid locking a resource in two scopes 12 January 2015, 19:46:42 UTC
936fc0e Revert "S:L:NessyBackend strip leading path from resource" This reverts commit 246351f727df76bc6a973a604b5b5e361567c642. 12 January 2015, 19:46:41 UTC
cb46335 S:Lock remove experimental "any" scope 12 January 2015, 19:46:39 UTC
ac4a84d Remove code duplication 12 January 2015, 19:16:10 UTC
f59e69e remove duplicate test 12 January 2015, 17:00:39 UTC
29b45c9 no need to sort the vaf headers anymore since they are returned in sorted order 12 January 2015, 16:39:10 UTC
8eba9dd Implement a sorting algorithm for vaf headers - Sort vaf fields as ref_count, var_count, vaf - Sort CLE sample labels as Normal, Discovery, Followup - Also ensure that the library names are taken into account and that samples without labels get sorted correctly 12 January 2015, 16:35:48 UTC
341aada Merge pull request #391 from susannasiebert/process Add functionality to compare Genome::Process output files 12 January 2015, 15:23:34 UTC
cefae91 Merge pull request #396 from tmooney/speedup_copycat_annotation_lister Speedup CopyCat Annotation Lister 12 January 2015, 15:03:28 UTC
c12aa72 Added CustomReport This report lets you specify the header columns in the plan file. 10 January 2015, 18:12:01 UTC
fb85a7b fix a bug on comparing flagstat 09 January 2015, 20:17:08 UTC
07823e8 use original file paths for diff message 09 January 2015, 19:46:57 UTC
775353d always use relative paths for diff hash keys 09 January 2015, 19:35:38 UTC
79f06fb remove unneeded subroutine 09 January 2015, 19:34:42 UTC
279b343 Refactored obsolete function param. convert_fastq_to_bam 09 January 2015, 18:04:28 UTC
652e2b7 Updated obsolete call to $self->library 09 January 2015, 18:01:25 UTC
0b0043a Resolve symlinks at beginning of callback This ensures that we're also handling cases where symlinks point to files/directories where one of the targets exists but not the other 09 January 2015, 17:33:12 UTC
f65be90 Use a template string for sprintf 09 January 2015, 17:27:31 UTC
16d01a4 Merge pull request #394 from susannasiebert/igv Handle bam path urls in igv sessions correctly 09 January 2015, 15:37:15 UTC
55df8a1 Updated `genome` tab completion. 09 January 2015, 13:16:14 UTC
5e7841f Merge pull request #393 from dufeiyu/fix Add bam_header and comparison_flagstat as required parameters 08 January 2015, 22:50:04 UTC
c11f272 Merge pull request #382 from davidlmorton/bam_readcount_version Use BamReadcount version 0.7 in VariantReporting 08 January 2015, 21:34:24 UTC
4574a45 make bam_header and comparison_flagstat not optional 08 January 2015, 20:46:15 UTC
391fee9 code simplifications 08 January 2015, 20:25:06 UTC
fc030ea Merge pull request #392 from tmooney/process_test_factory Test Factory for Genome::Process 08 January 2015, 19:40:35 UTC
8c6de4d improve the way bam paths get resolved 08 January 2015, 17:39:20 UTC
3e22c6b use URI instead of File::Spec to create bam path URI 08 January 2015, 17:37:13 UTC
edb3836 use URI instead of URI::URL 08 January 2015, 17:36:33 UTC
6c7091c Merge pull request #395 from nnutter/RT/103295 Proposed Fixes for RT#103295 08 January 2015, 16:07:15 UTC
299dfa9 Add a default "show" that includes only the essential columns. 08 January 2015, 14:47:54 UTC
f35f5fa Don't hint at properties which lead to excessive joins. 08 January 2015, 14:46:28 UTC
907464d Merge pull request #388 from jweible/AUE-383 Add tag parameter to AddConfigFile for AUE-383 08 January 2015, 14:23:02 UTC
d8ada26 Updated `gmt` tab completion. 08 January 2015, 13:16:38 UTC
d6aac14 Updated `genome` tab completion. 08 January 2015, 13:15:55 UTC
9146e17 Updated class browser cache. 08 January 2015, 13:14:25 UTC
fd27b3c Merge pull request #378 from davidlmorton/manditory_names Make library_names and sample_names manditory inputs 08 January 2015, 03:17:49 UTC
296c978 Fix grammar and missing punctuation 08 January 2015, 03:11:36 UTC
a596d34 Merge pull request #341 from tmooney/refseq_conversion Reference-Sequence Conversion Improvements for Merging 07 January 2015, 23:52:23 UTC
b73dd72 Merge pull request #390 from ebelter/instdata-import-use-names InstData Import: use names instead of library object for steps interacting 07 January 2015, 22:25:16 UTC
a9e5795 should not call region_of_interest_set_bed_file multiple times This should not call region_of_interest_set_bed_file multiple times with different arguments because that would produce multiple files due to (intentional) side effects. 07 January 2015, 21:43:11 UTC
0353d41 Merge pull request #350 from iferguson90/methratio-fix Update GMT::Bsmap::MethRatio 07 January 2015, 20:41:32 UTC
3f6ce05 explicitly unlink file if copy fails 07 January 2015, 20:34:44 UTC
d255e48 check file size not just existence We had a problem where this failed in a prior process due to the volume being full in which case it left behind a zero size file. This then caused a late error in future processes. 07 January 2015, 20:34:43 UTC
04a5b11 store region_of_interest_set_bed_file in a temp file Since this only uses the region_of_interest_set_bed_file in order to intersect them they can probably just be stored in temp. This is trying to avoid the problem of the build's data directory no longer being writable. 07 January 2015, 20:34:42 UTC
4d34b29 allow an output path to be specified for region_of_interest_set_bed_file Instead of always writing to the default location in the build directory allow the path to be specified by the caller. 07 January 2015, 20:34:41 UTC
14563a2 Use subtest 07 January 2015, 20:32:03 UTC
43455ef Merge pull request #384 from tmooney/determine_error_tweaks Tweaks to DetermineError 07 January 2015, 20:13:56 UTC
e150df8 make bam paths into urls 07 January 2015, 18:53:53 UTC
2ed6e1b Add bam_header as optional parameter 07 January 2015, 18:28:55 UTC
cfe08d9 A test factory for Processes. 07 January 2015, 17:54:23 UTC
1e9ccda Must re-call with concrete class to avoid running create() twice. 07 January 2015, 17:53:34 UTC
5dda01e Implement comparison subroutine _compare_output_files specific to processes The behavior is intended to mirror that of Genome::Model::Build::_compare_output_files and _compare_output_directories 07 January 2015, 15:52:54 UTC
63da6a2 Revert "G:S:Lock make default scope configurable" This reverts commit 985ea7735ee70ed8bee3cca0f6e07bf8b122773a. 07 January 2015, 14:17:53 UTC
b2dda48 if bam path is a URI, don't call abs_path on it 07 January 2015, 14:06:12 UTC
105151e Updated `gmt` tab completion. 07 January 2015, 13:16:47 UTC
00b453e Updated `genome` tab completion. 07 January 2015, 13:16:06 UTC
5a22ce1 Updated class browser cache. 07 January 2015, 13:14:36 UTC
9548f4a InstData Import: use names instead of library object for steps interacting with gmt picard fastq to sam 07 January 2015, 00:15:48 UTC
5b0038e Remove unused $DEFAULT_VERSION 06 January 2015, 21:18:57 UTC
a961e98 Test execution in MethRatio tests 06 January 2015, 21:12:48 UTC
56940f7 Merge pull request #381 from tmooney/delegatestoresult_default_input_hash_implementation A default implementation of G:C:DelegatesToResult->input_hash() 06 January 2015, 19:46:03 UTC
8700bfb Merge pull request #385 from gatoravi/clinseq-docm-update add baseq, mapq parameters for docm bamrc. 06 January 2015, 17:32:34 UTC
43f7904 test with multiple tags 06 January 2015, 17:00:30 UTC
3a7042b Add tag parameter to AddConfigFile for AUE-383 06 January 2015, 17:00:29 UTC
d8bee5d Allow test interpreter to specify which info field to use 06 January 2015, 16:16:47 UTC
3e28071 Change test expert and test expert with translations to use set_info_field - Otherwise they will stomp on each other when used together 06 January 2015, 16:16:47 UTC
e9c0a4c Implement compare_output subroutine similar to G::M::B::compare_output 06 January 2015, 16:16:47 UTC
c7fdcab Bugfix: this would fail if the call to users returns more than one 06 January 2015, 16:16:47 UTC
246351f S:L:NessyBackend strip leading path from resource By not storing GENOME_LOCK_DIR as the first part of every resource in Nessy, we get a couple of benefits: 1. We can change the value of GENOME_LOCK_DIR without breaking existing Nessy claims. 2. It's slightly more optimal for the database's btree index for resources to start with different strings. 06 January 2015, 15:29:41 UTC
d7e97b4 add baseq, mapq parameters for docm bamrc. control the mapping quality and base quality parameters for bam-readcounting for DOCM sites. We need to be as sensitive as possible so set these to the absolute minimum. 06 January 2015, 14:55:33 UTC
985ea77 G:S:Lock make default scope configurable 06 January 2015, 14:46:27 UTC
15231af Merge pull request #383 from tmooney/remove_withsavedresults_and_buildstepwrapper Fixes for HtseqCount in RnaSeq; Final Removal of WithSavedResults and BuildStepWrapper. 06 January 2015, 14:45:46 UTC
bf346d9 M:B:RefSeq use "host" scope for cache lock 06 January 2015, 14:35:51 UTC
5249195 S:Lock add "host" scope 06 January 2015, 14:35:49 UTC
f7f1985 S:Lock forbid adding backends to "any" scope 06 January 2015, 14:35:48 UTC
9a9840e S:Lock add support for specifying lock scope 06 January 2015, 14:35:46 UTC
fcc13d1 Updated `gmt` tab completion. 06 January 2015, 13:17:40 UTC
ec8a590 Updated `genome` tab completion. 06 January 2015, 13:16:56 UTC
3aa21a0 Updated class browser cache. 06 January 2015, 13:15:12 UTC
3756b93 Merge pull request #379 from davidlmorton/optional_plan_inputs Optional plan inputs 06 January 2015, 02:18:12 UTC
07f20e2 Test the code in the current directory. 06 January 2015, 00:05:06 UTC
e87fb53 We really want the last error in the log. 06 January 2015, 00:04:17 UTC
ee44751 Link the result of HtseqCount into the RnaSeq build directory. 05 January 2015, 22:26:16 UTC
dc50be0 Remove "BuildStepWrapper". 05 January 2015, 22:26:15 UTC
f7fc4b9 Stop using BuildStepWrapper in RnaSeq. This fixes the inconsistency introduced in #375 wherein the wrapper was still called even though the underlying command no longer is a WithSavedResults. 05 January 2015, 22:26:15 UTC
7552dad Remove G:C:WithSavedResults and SR::Default. 05 January 2015, 22:26:14 UTC
fa8953e add bedtools_version to params params_for_merged_alignment the merged alignment result needs it so it can find the alignment results to merge. 05 January 2015, 21:17:33 UTC
7e5e8d4 add bedtools version to params_for_alignment 05 January 2015, 21:17:32 UTC
92e8d9a remove unused processing_profile_params_for_alignment from refalign 05 January 2015, 21:17:32 UTC
ab4980e add debug messages about program versions 05 January 2015, 21:17:32 UTC
42c16be wire up bedtools_version in composite alignment workflows 05 January 2015, 21:17:31 UTC
28be8b1 add bedtools version to AlignReads command this optional param will now be passed in when running an InstrumentData::Composite::Workflow 05 January 2015, 21:17:31 UTC
32f5eb3 fix samtools version in aligner api v6 it was supposed to be 0.1.19 05 January 2015, 21:17:30 UTC
99c6502 fix outdated comments about file descriptor juggling 05 January 2015, 21:17:30 UTC
78b9788 add bedtools_version param to alignment result this can also go in reference alignment processing profiles and exists as part of the aligner api starting with v6 05 January 2015, 21:17:29 UTC
5b45717 simplify file descriptor juggling now, we swap stdin/stderr and use tee to a) keep the original stderr b) have another copy to mess with for warning checking of course we swap them back later on :) 05 January 2015, 21:17:29 UTC
64b73fe add bam input to gmt bwa run-mem this lets us stream from bam -> fastq rather than dumping fastqs to /tmp 05 January 2015, 21:17:28 UTC
back to top