swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326

sort by:
Revision Author Date Message Commit Date
1a8c3b9 New gmt analsysi module of Genome::Model::Tools::Analysis::Coverage::MergeReadcounts added 04 March 2014, 22:26:45 UTC
2409c33 Disable test that uses a mediawiki install. 04 March 2014, 22:08:12 UTC
81139e8 modify genome-teset-env to avoid pointing at gscweb 04 March 2014, 21:45:11 UTC
9c93ace Merge branch 'master' of ssh://git/srv/git/genome 04 March 2014, 18:59:57 UTC
19c5813 Remove the hardcoded memory param to samtools sort since it was less than the default in samtools 0.1.18 04 March 2014, 18:59:46 UTC
3f92827 precious newline 04 March 2014, 18:19:03 UTC
716bac1 Merge branch 'master' of ssh://git/srv/git/genome 04 March 2014, 17:49:42 UTC
90c6901 Update the Define-docs.t expected output for rna-seq since annotation_build is now optional. 04 March 2014, 17:49:35 UTC
dddde07 remove unauthenticated query to web view URL Access to web view URLs will soon require authentication which would cause this to fail. Since it is a caching optimization I am just removing it. 04 March 2014, 17:45:44 UTC
0db4b69 Updated test to account for TopHat aligner params diff when making an annotation/transcriptome index 04 March 2014, 17:21:42 UTC
945f9f7 Add support for de novo TopHat alignment. Make inputs annotation_build and mask_reference_transcripts optional. 04 March 2014, 17:05:35 UTC
e81ef6e Look for LSF job ID as job_id rather than bjob_id 04 March 2014, 17:03:28 UTC
2d9a00f Add a space in the tophat params to correctly create a transcriptome only alignment while generating the annotation index. 04 March 2014, 16:58:55 UTC
e038743 Merge branch 'master' of ssh://git/srv/git/genome 04 March 2014, 16:56:41 UTC
4f2af84 new blessed build for somatic variation pipeline changes 04 March 2014, 16:07:57 UTC
cffcb88 set output parameter values in the execute not calculated properties anymore values need to be different in the corner case that input files don't exist and we need to 'skip' this step 04 March 2014, 16:07:57 UTC
9d4abe2 test for when input files don't exist test should run and command should execute sucessfully no ouput should be written 04 March 2014, 16:07:56 UTC
7634297 add functionality to check whether or not the output should exist depending on the test 04 March 2014, 16:07:56 UTC
e5907e4 Don't fail if the input files don't exist but exit successfully with appropriate log messages 04 March 2014, 16:07:55 UTC
4222944 updated fill_in_site_hash to use correct sample name the code tries to match the header line of the snvs.detailed.vcf.gz file which is based on $self->somatic_variation_build->tumor_build->subject->name not on x $self->somatic_variation_build->get_subject_name. Most of the times these match but sometimes they are different, e.g. in the somatic variation tests 04 March 2014, 16:07:54 UTC
3c881c9 make add_tiers more robust - remove the outfile parameter - use the result_file_path subroutine to determine the output file instead of just calling add_suffix 04 March 2014, 16:07:54 UTC
e829d82 Remove unneccesary conversions between bed and anno format 04 March 2014, 16:07:53 UTC
316984c Refactor fill_in_site_hash to make get_vcf_file obsolete get_vcf_file was extremly britle due to how it retrieves the variant caller specific vcf files. The refactored fill_in_site_hash subroutine now gets this information from the snvs.detailed.vcf.gz file 04 March 2014, 16:07:53 UTC
c630e60 pull out the code that determines the number of callers for each site into seperate subroutine 04 March 2014, 16:07:52 UTC
822cc38 revert Genome::Model::Tools::Somatic::ProcessSomaticVariation restore to original state so that users can execute this command with its original functionality for builds that don't have the new CreateReport executed automatically 04 March 2014, 16:07:52 UTC
8a018fd remove unneeded comments 04 March 2014, 16:07:51 UTC
647c132 test for ResolveIgvReferenceName 04 March 2014, 16:07:51 UTC
af0cc62 change default IGV reference name to "unknown" 04 March 2014, 16:07:50 UTC
12831ad new module for determining the IVG reference name 04 March 2014, 16:07:50 UTC
a5e73d6 make required_snv_callers and tiers_to_review somatic variation processing profile inputs 04 March 2014, 16:07:49 UTC
7a796bc Integrate ProcessSomaticVariation into somatic variation pipeline rename to CreateReport move to G::M::SomaticVariation::Command::CreateReport integrate into Somatic Variation pipeline by modifying xml file move tests and make small fixes to make them work in new environment 04 March 2014, 16:07:49 UTC
6661670 Handle temporary files more gracefully Replace creation of .tmp files with Genome::Sys->create_temp_file() Replace > with -o option in joinx Remove system calls to rm since Genome::Sys temp files get cleaned up automatically 04 March 2014, 16:07:46 UTC
2c24710 fixed subroutine and variable names to conform to standards 04 March 2014, 16:07:46 UTC
1391c3e refactor functionality of bedToAnno and annoToBed pass in whole line and do processing inside of function instead of splitting and joining parts of the line rename to _zero_to_one_based and _one_to_zero_based, respectively 04 March 2014, 16:07:45 UTC
7bcb112 Symlink outputs into the som var build dir 04 March 2014, 16:07:44 UTC
af70bfb clarify status message 04 March 2014, 16:07:44 UTC
4075316 Create and use an allocation instead of needing 'output_dir' as an input 04 March 2014, 16:07:43 UTC
41ae535 Update authors 04 March 2014, 16:07:41 UTC
42641c7 split up tests into separate files and made helper module 04 March 2014, 16:07:40 UTC
584bb75 removed breakpoint 04 March 2014, 16:07:40 UTC
04e27a0 replace tumor_model with tumor_build test execution without target_regions set 04 March 2014, 16:07:39 UTC
31039f1 bugfix 04 March 2014, 16:07:38 UTC
004ea78 move main testing functionality to separate subroutine 04 March 2014, 16:07:38 UTC
2c400cd removed unneeded lines of code 04 March 2014, 16:07:37 UTC
7219ace replace somatic_variation_model with somatic_variation_build using the somatic_variation_build is generally safer and more reliable than using the model 04 March 2014, 16:07:37 UTC
a8dc61d Remove create_review_files input param create_review_files was nearly always turned on by the users of this module. Removing this option now always executes _create_review_files. igv_reference_name was made a mandatory input as it's required for create_review_files added tests for review files created convenience output params for review directory and files 04 March 2014, 16:07:36 UTC
9fe0186 Remove the get_read_counts input param get_read_counts was nearly always turned on by the users of this module. Removing this option now always executes read_counts. turned get_read_counts on in the test and updated test data to make tests pass 04 March 2014, 16:07:35 UTC
89dc471 Code cleanup 04 March 2014, 16:07:35 UTC
aaa75eb Bugfix: replaced my with return 04 March 2014, 16:07:34 UTC
d162aab Remove the create_archive and include_vcfs_in_archive input params The archiving functionality was only used for production managers. Cmiller says that it can be removed for the pipeline. 04 March 2014, 16:07:33 UTC
174414c Remove the add_tiers input param add_tiers was set to default 0 but nearly always turned on by the users of this module. Removing this option now always executes addTiering. 04 March 2014, 16:07:33 UTC
3384c89 Remove the process_svs input param process_svs was set to default 0 and rarely ever turned on by the users of this module. Removing this option now doesn't process the sv file which basically only used to copy the sv file from the build to the output_dir and include it in the archive. 04 March 2014, 16:07:32 UTC
9f05f20 Remove the add_dbsnp_and_gmaf input param add_dbsnp_and_gmaf was set to default 1 and rarely ever turned off by the users of this module. Removing this option now always executes _add_dbsnp_and_gmaf. 04 March 2014, 16:07:32 UTC
7ecd137 Execute function works Only testing the execute function now instead of the implementation. The report generated is identical to that created by the command in snapshot 'genome-3415' run on model 2892845764, with the same inputs we provide in the test. 04 March 2014, 16:07:31 UTC
9758dc2 fix remaining use case for _build_dir 04 March 2014, 16:07:30 UTC
90855d8 Remove totally unneccessary code 04 March 2014, 16:07:30 UTC
eb825e0 Removed filter regions/sites functionality Made functions explicitly output into the _full_output_dir instead of inferring their outputs from their inputs. 04 March 2014, 16:07:29 UTC
fdf5bf8 remove filter_sites processing 04 March 2014, 16:07:29 UTC
8e408d0 Remove explicit is_optional for inputs in the has_optional_input list 04 March 2014, 16:07:28 UTC
3ebbdfa remove unused inputs variant_list_is_one_based sites_to_pass 04 March 2014, 16:07:27 UTC
cad5623 explicitly import basename subroutine 04 March 2014, 16:07:27 UTC
7743245 transient variable for _build_dir remove build_dir from various subroutine parameters prefix transient variables with _ 04 March 2014, 16:07:26 UTC
c0453ed bug fix for ++ and -- 04 March 2014, 16:07:25 UTC
eaa1149 update test data to V3 and remove tiering_bed_files_v3 data directory 04 March 2014, 16:07:25 UTC
d6916a4 Update test_data to version 2: removed symlinks to real build data region-limited to chromosome 3 04 March 2014, 16:07:24 UTC
432e041 Add annotation to test 04 March 2014, 16:07:24 UTC
8a32abe Allow for test data versioning 04 March 2014, 16:07:23 UTC
c37ab1a test case for removeUnsupportedSites subroutine 04 March 2014, 16:07:22 UTC
18567cc store full_output_dir in a variable 04 March 2014, 16:07:22 UTC
0fbc359 retrieve variables inside of removeUnsupportedSites subroutine instead of passing them along 04 March 2014, 16:07:21 UTC
f8c565f subtest for _filter_regions subroutine 04 March 2014, 16:07:20 UTC
a0b6719 subtest for removeFilterSites subroutine 04 March 2014, 16:07:19 UTC
7614a13 test case for getFilterSites subroutine 04 March 2014, 16:07:18 UTC
f41a243 add compare_ok tests to stage_snv_file and stage_indel_file subtests 04 March 2014, 16:07:17 UTC
58c892f bug fix in removeFilterSites 04 March 2014, 16:07:17 UTC
54b94a5 use somatic variation model as input instead of its id 04 March 2014, 16:07:16 UTC
c53f04f added test for _filter_off_target_regions subroutine 04 March 2014, 16:07:15 UTC
a478372 added test for cleanFile subroutine 04 March 2014, 16:07:15 UTC
0aa2dcf fixed spelling error 04 March 2014, 16:07:14 UTC
6dc804e made data directory for somatic variation build 04 March 2014, 16:07:14 UTC
979d4d4 make subroutine that stages sv files for execution 04 March 2014, 16:07:13 UTC
5de1110 make subroutine that stages indel files for execution 04 March 2014, 16:07:12 UTC
38a4acd make subroutine that stages snv files for execution 04 March 2014, 16:07:12 UTC
f676b1c added test for get_or_create_filter_file subroutine 04 March 2014, 16:07:11 UTC
daf7be4 added test for get_or_create_featurelist_file subroutine 04 March 2014, 16:07:10 UTC
b7ca3a4 test for create_directories subroutine 04 March 2014, 16:07:10 UTC
d56a83a added tests for creating Genome::Model::Tools::Somatic::ProcessSomaticVariation object 04 March 2014, 16:07:09 UTC
9cb3196 make subroutine that creates directory structure for execution 04 March 2014, 16:07:09 UTC
f69ea6e rename create_or_get_featurelist_file to get_or_create_featurelist_file 04 March 2014, 16:07:08 UTC
b785c4a make full output dir name its own property for easier access throughout the program 04 March 2014, 16:07:07 UTC
074d5d3 make subdir name its own property for easier access throughout the program 04 March 2014, 16:07:07 UTC
f5bcaf7 move sample name logic into the property definition 04 March 2014, 16:07:06 UTC
c41b112 work on $self->process_svs instead of copy to make value accessible to subroutines 04 March 2014, 16:07:06 UTC
e337ea3 refactor to use $self->warning/status/error_message and confess 04 March 2014, 16:07:05 UTC
8be6771 change _create_archive to not pass in archive_dir but calculate from self 04 March 2014, 16:07:04 UTC
4a87743 fixed formatting 04 March 2014, 16:07:04 UTC
c927e6f change order of operations a bit to make code easier to read 04 March 2014, 16:07:03 UTC
4b4dbc0 set ->sample_name with updated sample name so that it can easily be retrieved later 04 March 2014, 16:07:03 UTC
3a4cc68 pull code for creation of filter file into own subroutine get_or_create_filter_file 04 March 2014, 16:07:02 UTC
afcbd17 rename create_or_get_featurelist to create_or_get_featurelist_file 04 March 2014, 16:07:01 UTC
back to top