Mercurial > repos > devteam > picard
diff picard_BedToIntervalList.xml @ 12:05087b27692a draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
author | devteam |
---|---|
date | Sun, 27 Nov 2016 15:11:50 -0500 |
parents | 3a3234d7a2e8 |
children | 7e6fd3d0f16e |
line wrap: on
line diff
--- a/picard_BedToIntervalList.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_BedToIntervalList.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,21 +4,21 @@ <import>picard_macros.xml</import> </macros> <expand macro="requirements" /> - <command> + <command detect_errors="exit_code"><![CDATA[ @java_options@ #set $picard_dict = "localref.dict" #set $ref_fasta = "localref.fa" ## This is done because picards "likes" .fa extension - ln -s "${reference_source.ref_file}" "${ref_fasta}" && + ln -s "${reference_source.ref_file}" "${ref_fasta}" && #if str( $reference_source.reference_source_selector ) == "history": - java -jar \$JAVA_JAR_PATH/picard.jar CreateSequenceDictionary REFERENCE="${ref_fasta}" OUTPUT="${picard_dict}" + picard CreateSequenceDictionary REFERENCE="${ref_fasta}" OUTPUT="${picard_dict}" QUIET=true VERBOSITY=ERROR - && + && #else: @@ -27,7 +27,7 @@ #end if - java -jar \$JAVA_JAR_PATH/picard.jar + picard BedToIntervalList INPUT="${inputFile}" OUTPUT="${outFile}" @@ -36,7 +36,7 @@ QUIET=true VERBOSITY=ERROR - </command> + ]]></command> <inputs> @@ -71,13 +71,10 @@ <param name="reference_source_selector" value="history" /> <param name="ref_file" value="picard_BedToIntervalList_ref.fa" ftype="fasta" /> <param name="inputFile" value="picard_BedToIntervalList.bed" ftype="bed"/> - <output name="outFile" file="picard_BedToIntervalList_test1.pif" ftype="picard_interval_list" lines_diff="2" /> + <output name="outFile" file="picard_BedToIntervalList_test1.pif" ftype="picard_interval_list" lines_diff="8" /> </test> </tests> - <stdio> - <exit_code range="1:" level="fatal"/> - </stdio> <help>