[hg] galaxy 3011: Changed sam-to-bam test by removing nonexisten...
details: http://www.bx.psu.edu/hg/galaxy/rev/d36d08cc4abb changeset: 3011:d36d08cc4abb user: Kelly Vincent <kpvincent@bx.psu.edu> date: Wed Nov 11 13:53:48 2009 -0500 description: Changed sam-to-bam test by removing nonexistent dbkey from test input specification. diffstat: tools/samtools/sam_to_bam.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 68c3b25ea133 -r d36d08cc4abb tools/samtools/sam_to_bam.xml --- a/tools/samtools/sam_to_bam.xml Wed Nov 11 13:08:11 2009 -0500 +++ b/tools/samtools/sam_to_bam.xml Wed Nov 11 13:53:48 2009 -0500 @@ -36,7 +36,7 @@ <tests> <test> <param name="indexSource" value="history" /> - <param name="input1" value="sam_to_bam_in1.sam" ftype="sam" dbkey="chrM" /> + <param name="input1" value="sam_to_bam_in1.sam" ftype="sam" /> <param name="ref_file" value="chrM.fa" ftype="fasta" /> <output name="output1" file="sam_to_bam_out1.bam" /> </test>
participants (1)
-
Greg Von Kuster