Commit Graph
23 Commits
Author SHA1 Message Date
Greg Von Kuster 7051ce7dd5 Rename the before_edit() and after_edit() metadata related methods to be more appropriately named before_setting_metadata() and after_setting_metadata(), and add the metthods to all datatype classes. Move sorting of Bam files from the Bam set_meta() method to this new method. 2009-12-08 09:05:35 -05:00
Greg Von Kuster bcd6751cdf Fix for uploading a Bam file that has not yet been sorted, the call to samtools sort has been moved from the sam_to_bam tool to the Bam()set_meta() method to ensure all Bam datasets are sorted prior to indexing. Added new functional tests to cover uploaing unsorted Bam files. Also cleaned up code in the upload tool for uploaing various binary data formats. 2009-12-07 16:04:33 -05:00
Greg Von Kuster 08e0d5e532 Fixes for Bam data type's set_meta() and sam_to_bam tool, indexes will now be properly created for bam datasets. Fixes also for uploading Bam files, they will no longer be uncompressed on upload. 2009-12-04 19:51:46 -05:00
Kelly Vincent 606ac644f3 Added some error checking to pileup_parser tool so that it exits with a meaningful message if the user tries to do some 6-column work on a 10-column file, or vice versa. 2009-12-01 16:18:25 -05:00
Kelly Vincent 0a51932168 Changed sam-to-bam test by removing nonexistent dbkey from test input specification. 2009-11-11 13:53:48 -05:00
Nate Coraor 56032de2bd Upgrade to Cheetah 2.2.2 2009-11-10 13:47:34 -05:00
Kelly Vincent 8879adc01e Commented out second test for SAM-to-BAM so tests will pass, because it relies on using a built-in dbkey that doesn't exist in builds.txt 2009-11-06 16:52:00 -05:00
Anton Nekrutenko 7189873b59 bug fix for pilup_parser reported by user 2009-10-06 09:44:34 -04:00
Kelly Vincent 0ffbe38fc3 Several small changes to Samtools pileup tool to get it to work with user-supplied reference genome 2009-10-05 10:35:39 -04:00
Kelly Vincent 5c94d0c273 Corrected Samtools Pileup tool to accept only BAM files as input, instead of also SAM 2009-10-02 09:37:57 -04:00
Kelly Vincent ef2ef943ea Fixed an error in the help section of the Sam Pileup tool config 2009-09-25 16:49:30 -04:00
Anton Nekrutenko 2e7fdf2bff Added Cite to masthead 2009-09-25 13:58:15 -04:00
Kanwei Li a947686b77 fix some typos for tools in folders N-Z 2009-09-25 02:06:03 -04:00
Anton Nekrutenko b93db2deff small help and parameter name tweaks 2009-09-24 11:55:55 -04:00
Anton Nekrutenko cb635b8148 Tweaks plus reducing size of Assaf's icons 2009-09-21 15:40:22 -04:00
Anton Nekrutenko 8d0e39c9f8 More SR changes 2009-09-21 10:32:48 -04:00
Anton Nekrutenko eaed01bcf4 First pass of consolidating NGS tools 2009-09-18 10:27:03 -04:00
Kelly Vincent be211aa254 Added the Pileup-to-Interval tool to condense pileup format 2009-09-18 10:15:09 -04:00
Anton Nekrutenko 75ce85cd3f Added sam2interval converter 2009-09-16 16:00:09 -04:00
Anton Nekrutenko b833f1819d A tool for filtering SAM datasets on bitwise flag. 2009-09-16 15:19:35 -04:00
Anton Nekrutenko 61c7d63087 Added pileup parser. Pardon the perl = used to its regexes too much 2009-09-04 10:23:37 -04:00
Kelly Vincent 1008d8692f Added several options to the Samtools pileup tool 2009-09-01 17:01:44 -04:00
Kelly Vincent 9d0dd5f7ce Added samtools-based tools (sam_to_bam, sam_merge, sam_pileup) with their supporting files and modified Bam datatype so temp files are properly cleaned up 2009-08-28 15:59:16 -04:00