sort by:
Revision Author Date Message Commit Date
7cc4caf Merge pull request #1866 from tmooney/sneaky_volume_specification_in_disk_group Tolerate specifying a mount path instead of a disk group. 01 November 2018, 00:24:37 UTC
df41be3 Merge pull request #1869 from tmooney/cromwell_in_gms Support Cromwell as a CWL runner. 01 November 2018, 00:24:20 UTC
e2156bc Merge pull request #1879 from tmooney/lamely_hardcode_new_ucsc_paths Lamely hardcode new paths for UCSC information for the Annotator. 31 October 2018, 21:58:59 UTC
38b77de Merge pull request #1878 from tmooney/liftover_looks_up_chain_files Look up the chain files instead of using hardcoded paths. 31 October 2018, 21:02:45 UTC
aeda023 Merge pull request #1876 from tmooney/lamely_update_symlink Update symlink to point to a different hardcoded path. 31 October 2018, 20:17:42 UTC
e0de257 Merge pull request #1877 from tmooney/more_path_fuzzy_matches Don't match on the absolute path to the reference. 31 October 2018, 20:17:27 UTC
664211f Merge pull request #1880 from tmooney/remove_lookupvariants Remove old `gmt annotate lookup-variants`. 31 October 2018, 20:17:08 UTC
8060b5d Merge pull request #1881 from tmooney/type_to_two Typo: s/to/two/. 31 October 2018, 20:15:51 UTC
49b5d3d Consolidate chain file logic. 31 October 2018, 20:14:01 UTC
a9fde1e Typo: s/to/two/. 31 October 2018, 17:34:38 UTC
b5e5815 Remove old `gmt annotate lookup-variants`. The test and example data is all on old disk and there has been no usage reported in the past year. 31 October 2018, 17:33:40 UTC
1bec180 Lamely hardcode new paths. I wanted to make these lookups, but compile-time database access is not okay. 31 October 2018, 16:43:27 UTC
c7d8cf6 Look up the chain files instead of using hardcoded paths. I could imagine expanding this system to support many other chain files we have, but for now this at least works right. (I could also see removing the shortcuts and always requiring a chain file, too... how often do we need to convert to hg18 these days?) 31 October 2018, 13:58:14 UTC
61188a7 Squash one more reference to gc4096. 31 October 2018, 03:35:04 UTC
b744bdc Don't match on the absolute path to the reference. It's a little bit silly to even worry about a real path here at all... maybe these tests should use a dummy path under the test's control. 31 October 2018, 03:29:50 UTC
8a3f339 Update symlink to point to a different hardcoded path. 31 October 2018, 01:41:28 UTC
ce7cecb Merge pull request #1875 from tmooney/remove_viromeevent Remove ViromeEvent and ViromeScreening trees. 30 October 2018, 22:32:08 UTC
57a5f80 Remove ViromeEvent and ViromeScreening trees. This removes support for Virome workflows. 30 October 2018, 20:30:42 UTC
6f226f8 Merge pull request #1873 from tmooney/lamely_update_paths_for_chimeraslayer Update hardcoded paths in low-effort attempt to make tests pass. 30 October 2018, 19:42:23 UTC
cbbe400 Merge pull request #1859 from tmooney/cwl_pipeline_input_improvements Helper class for processing inputs in `process_inputs.pl`. 30 October 2018, 19:41:18 UTC
1310fc0 Merge pull request #1872 from tmooney/use_testdir_instead_of_sata828 Use test data dir for AlignmentResult tests 30 October 2018, 19:39:54 UTC
88de106 Merge pull request #1874 from tmooney/remove_hardcoded_gc4096 Remove hardcoded references to `gc4096`. 30 October 2018, 19:39:40 UTC
ae162b4 Look up FASTA path instead of using hardcoded value. 30 October 2018, 19:28:10 UTC
3a6237d Don't match on full path--just see that our allocation path matches. This is kind of a silly test anyway. 30 October 2018, 19:22:27 UTC
5cc387a Update hardcoded paths in low-effort attempt to make tests pass. 30 October 2018, 18:27:35 UTC
7fc8f36 Replace hardcoded sata828 with test data dir. 30 October 2018, 17:18:29 UTC
2aba7f9 Use test data dir instead of a hardcoded path. 30 October 2018, 16:55:26 UTC
0d4bcd5 Merge pull request #1871 from tmooney/dont_hardcode_fasta_path_in_tests Find the reference FASTA via a database lookup instead of hardcoding. 30 October 2018, 15:23:15 UTC
b5ee21e Find the reference FASTA via a database lookup instead of hardcoding. 30 October 2018, 15:14:34 UTC
f6bccf1 Use the Cromwell API to get outputs to stage to the results dir. 11 October 2018, 20:47:28 UTC
8df53f1 Wrapper for the Cromwell API Server. The initial version only has two of the endpoints implemented: 1) query for a workflow 2) get a workflow's outputs 11 October 2018, 20:47:27 UTC
5d8e24c Typo: s/oull/pull/. This is what I get for having comments be dark blue on black. 10 October 2018, 21:39:39 UTC
96418a7 Labels file should be JSON not YAML. 10 October 2018, 21:38:48 UTC
0538cbc Add labels to the workflow for the build, model, and AnP. 10 October 2018, 19:42:02 UTC
35df094 Support Cromwell as a CWL runner. 10 October 2018, 19:35:58 UTC
09e4913 Merge pull request #1867 from tmooney/update_testtracker_logdir Update lsf_log_dir for test-tracker configuration. 10 October 2018, 14:54:55 UTC
0c9f83c Merge pull request #1868 from tmooney/rm_uploadtodacc_denovo_command Remove DeNovoAssembly UploadToDacc command. 10 October 2018, 14:54:38 UTC
f344cd7 Remove DeNovoAssembly UploadToDacc command. This relied on a key in someone's homedir and had a hardocded account. The key is no longer present, so now this command will be likewise. 04 October 2018, 20:33:01 UTC
1c5aa19 Update lsf_log_dir for test-tracker configuration. This value still isn't useful to anyone else in the world, but at least it's more useful right here now! 26 September 2018, 16:29:11 UTC
fed1e78 Tolerate specifying a mount path instead of a disk group. 19 September 2018, 20:31:26 UTC
4803c4e Merge pull request #1862 from tmooney/bugfix_for_bam_lookup Make sure $self gets passed to _resolve_bam_path. 21 August 2018, 20:35:28 UTC
aa83e2f Make sure $self gets passed to _resolve_bam_path. 21 August 2018, 18:54:55 UTC
ffd420d Merge pull request #1861 from tmooney/subjectmapping_bugfix Pass the label along correctly. 16 August 2018, 19:40:21 UTC
b4a1cde Pass the label along correctly. Who knows what $_ is here! 16 August 2018, 19:17:27 UTC
42019b2 Updated `genome` tab completion. 01 August 2018, 16:25:04 UTC
29540a4 Updated class browser cache. 01 August 2018, 16:23:28 UTC
e4c9000 Merge pull request #1860 from tmooney/subject_mapping_importer_for_cwlpipeline New SubjectMapping Importer for Arbitrary Mappings 31 July 2018, 18:11:43 UTC
890acd4 New importer for arbitrary SubjectMappings. The name might be "CwlPipeline" but conceivably this could be used for anything--there's no structure imposed. 25 July 2018, 18:09:56 UTC
fbe0bce Create a base class for SubjectMapping imports. 25 July 2018, 18:09:27 UTC
be2b905 Helper class for processing inputs in `process_inputs.pl`. 12 July 2018, 18:10:36 UTC
152e91f Merge pull request #1856 from tmooney/subject_mappings_for_cwl_pipelines Allow a config to request subject mappings for input_data. 02 July 2018, 16:52:22 UTC
a697743 Merge pull request #1855 from tmooney/set_envvars_before_calling_lims_image Set envrionment variables to get a cleaner environment. 02 July 2018, 16:52:09 UTC
e1f97cf Merge pull request #1858 from tmooney/make_bam_path_a_property_again Make "bam_path" a property again. 07 June 2018, 19:06:37 UTC
be6c186 Make "bam_path" a property again. Calculated + constant, so it only finds the value once and otherwise treats it like a UR object property as it was before. This fixes tests (and possibly real code :) ) that expected it to be a property. 06 June 2018, 22:25:46 UTC
8412ca3 Merge pull request #1843 from tmooney/ask_lims_for_bam_path Ask the LIMS system where the BAM file is. 06 June 2018, 17:10:22 UTC
d5730c0 Add a debug message with the found path. 30 May 2018, 13:17:38 UTC
f023b7e Add missing semicolon. 29 May 2018, 22:03:26 UTC
c3262d7 Allow a config to request subject mappings for input_data. 24 May 2018, 23:02:33 UTC
9ff0aaa Set envrionment variables to get a cleaner environment. The LIMS code falls into legacy copies of the code if they are left cluttering the environment. 23 May 2018, 16:57:14 UTC
ed13d28 Merge pull request #1848 from tmooney/remove_print_from_sr Convert print to debug message and show only when true. 15 May 2018, 13:22:03 UTC
ca06201 Merge pull request #1854 from tmooney/sourcefile_only_chop_gz_extension Only remove ".gz" from the end of the filename! 15 May 2018, 13:21:29 UTC
f72d959 Merge pull request #1853 from tmooney/distinguish_cwl_pipeline_types_in_search Surface different CWL pipeline types in Solr search. 15 May 2018, 13:21:12 UTC
812a975 Merge pull request #1852 from tmooney/disable_tests_dependent_on_removed_test_data Fix `rsync_directory` and disable some broken tests. 15 May 2018, 13:21:02 UTC
7e49d68 Only remove ".gz" from the end of the filename! This was breaking on directories that contained the string ".gz". 15 May 2018, 13:16:53 UTC
0ecd017 Surface different CWL pipeline types in Solr search. 14 May 2018, 20:29:21 UTC
adf9dfc Fix support for the "file_pattern" option in "rsync_directory". 14 May 2018, 14:43:08 UTC
7311de1 Disable tests depednent on particular ClinSeq test builds. 14 May 2018, 14:08:02 UTC
b866819 Skip test dependent on removed SomVar test data. 14 May 2018, 14:05:50 UTC
5d16b48 Merge pull request #1851 from tmooney/support_instrumentdata_inputs_in_cwlpipeline Config: Support `input_data` within `instrument_data_properties` 14 May 2018, 13:17:40 UTC
6f00484 Merge pull request #1849 from tmooney/import_bam_from_lims Command for importing LIMS BAMs from the new archive system. 14 May 2018, 13:10:09 UTC
b25cad6 Add support for input_data from instrument data properties. This allows for dynamically determined inputs for model types that support arbitrary inputs (at this time, this is CwlPipeline only). 09 May 2018, 21:09:43 UTC
5cb8084 Pass along objects as-is without further processing. If someone already created the object for the get() call, we don't want to end up creating a UR::Value of the memory address! (This will probably fail on non-UR objects unless they happen to support id(), class(), and get(). But at least that'll be noisy instead of a quiet failure.) 09 May 2018, 21:07:43 UTC
dc18987 Extract subroutine for looking up instrument data properties. 09 May 2018, 19:43:51 UTC
c777706 Rollback the new allocation on errors. With this setup, we'll continue to try to process other instrument data in the list. 24 April 2018, 18:35:56 UTC
83d5bd1 Use Perl's for syntax. 03 April 2018, 21:52:53 UTC
9aa61ee Merge pull request #1845 from tmooney/restart_checks_user Only allow restart by the user who originally started a build. 03 April 2018, 20:22:09 UTC
53c4886 Merge pull request #1846 from tmooney/bam_cram_removes_old_index Remove the source file's index when we remove the source file. 03 April 2018, 20:21:41 UTC
1bba01d Merge pull request #1850 from tmooney/reduce_expected_result_count Only two results for this test now... one was purged. 02 April 2018, 16:29:47 UTC
1824afd Updated `gmt` tab completion. 30 March 2018, 12:16:58 UTC
dfd580f Updated `genome` tab completion. 30 March 2018, 12:16:15 UTC
2956b7b Updated class browser cache. 30 March 2018, 12:14:20 UTC
6faa268 Only two results for this test now... one was purged. 29 March 2018, 22:32:16 UTC
9d79c00 Set the transferred data to the project's group ownership. 29 March 2018, 20:22:19 UTC
120f40a Command to import LIMS BAM out of the new archive system. 29 March 2018, 20:10:12 UTC
8769b37 Don't go through the shell for the `rsync` shellcmd. If the directories have any shell metacharacters, we wouldn't want crazy things to happen! 29 March 2018, 20:08:55 UTC
c55a57c Merge pull request #1847 from tmooney/remove_reference_sequence_directory Remove legacy `reference_sequence_directory` 29 March 2018, 16:09:46 UTC
9e9dd24 Convert print to debug message and show only when true. It's a bit scary when the system says it's deleting data and you weren't expecting there to be data to delete! 29 March 2018, 15:36:59 UTC
ca809cd Remove obsolete spec for "model_root". 28 March 2018, 22:12:03 UTC
390b5b3 Remove legacy reference_sequence_directory from config 28 March 2018, 22:11:25 UTC
9922948 Remove example values for references. The supplied example was outdated (build36!). 28 March 2018, 22:10:23 UTC
127169d Lookup reference to use for tests. 28 March 2018, 22:09:59 UTC
74267a6 Remove default reference sequence. 28 March 2018, 22:07:29 UTC
3f557bc Move test refseq link into test inputs. 28 March 2018, 22:02:42 UTC
6190691 Remove redundant default value in documentation. --help already includes it. 28 March 2018, 22:01:34 UTC
0db6c66 Remove default value for reference index. 28 March 2018, 22:01:07 UTC
a5c99b3 Remove old `gmt fasta generate-backbone` The test depended on data which is no longer available. 28 March 2018, 21:56:33 UTC
5ed0e18 Remove the source file's index when we remove the source file. 28 March 2018, 18:26:50 UTC
ac8b179 Only allow restart by the user who originally started a build. Restricted permissions in the Toil directories will typically mean a different user would be unable to properly continue the attempt. 27 March 2018, 20:12:08 UTC
7cdbd27 Merge pull request #1844 from tmooney/config_lister_shows_tags_by_default Include the tag name in the default AnP config lister. 22 March 2018, 13:07:08 UTC
c35abe6 Include the tag name in the default AnP config lister. 19 March 2018, 13:56:14 UTC
back to top