Commit Graph

16 Commits (668c7da33d00bb0eecb0444b85aeccd9bb03e607)

Author SHA1 Message Date
ebanks 8461cc3a22 /tmp is failing...
We should be using hptmp anyways.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1793 348d0f76-0448-11de-a6fe-93d51630548a
2009-10-08 18:13:49 +00:00
ebanks b39a307a04 SSG -> UG
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1790 348d0f76-0448-11de-a6fe-93d51630548a
2009-10-08 17:40:09 +00:00
ebanks e9eeed8c6f add wait id for 454
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1678 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-22 01:41:58 +00:00
ebanks d9ee515a9b rename some jobnames so that LSF doesn't complain
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1657 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-18 19:02:15 +00:00
ebanks 4c89140f21 quick fix
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1655 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-18 18:17:13 +00:00
ebanks 598974ae10 perl script to make batching jobs easier
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1638 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-16 19:02:46 +00:00
ebanks 76838673e5 some fixes
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1622 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-15 01:35:36 +00:00
ebanks 0feee9cdfd finished up modularized pipeline; needs some testing but is generally done.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1610 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-14 02:41:57 +00:00
ebanks 84c8374e68 2nd stab at creating a pipeline [not quite finished yet].
Modularized the system to emulate what it will look like in firehose.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1605 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-13 05:53:18 +00:00
ebanks 702ba553d6 Some useful scripts for running only individual parts of the pilot1/2 cleaning/calling pipeline
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1587 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-11 17:38:33 +00:00
kiran dab7b6e825 A useful perl module for quick argument parsing.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1491 348d0f76-0448-11de-a6fe-93d51630548a
2009-08-31 15:44:57 +00:00
kiran 5d155440cd A useful, rule-based parallel job dispatcher.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1490 348d0f76-0448-11de-a6fe-93d51630548a
2009-08-31 15:40:21 +00:00
asivache 843d7e6c8f Now you can specify '-' instead of input file name, and the script will read from stdin
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1422 348d0f76-0448-11de-a6fe-93d51630548a
2009-08-14 20:30:56 +00:00
asivache 8d06bb21ed A little gadget to select random samples from input stream(s) of unknown length. By default, selects a single line (with probability 1/TOTAL_NUMBER_OF_LINES_READ), with -N option randomly selects specified number of lines. Can read from STDIN or from arbitrary number of input streams (all streams will be merged). Examples:\n cat file1 file2 file3 | randomSampleFromStream.pl -N 5 \n\n or \n randomSampleFromStream.pl file1 file2 file3
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1360 348d0f76-0448-11de-a6fe-93d51630548a
2009-07-31 18:55:14 +00:00
depristo 1d84c9da96 sortByRef now supports x:y location syntax
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1186 348d0f76-0448-11de-a6fe-93d51630548a
2009-07-07 16:42:40 +00:00
asivache 3098ed091c checking in new folder for perl scripts AND a simple script that takes an input text file and reference dictionary (.fai) and performs stable sort of the input lines according to the contig order specified by the dictionary. Position of the contig filed to sort on in the input lines is specified as --k POS option. Input lines may specify contigs that are not in the dictionary, in this case the additional contigs will be added at the end of the sorted output, after all known contigs. The sorting order between these additional contigs is simply the order in which they first appear in the input
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@831 348d0f76-0448-11de-a6fe-93d51630548a
2009-05-27 16:34:55 +00:00