Mercurial > repos > devteam > picard
comparison picard_ReorderSam.xml @ 14:465cbb0cf2eb draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 74ee0f0b594075fab7f707aaffb4a7f9dac35f2f
author | devteam |
---|---|
date | Wed, 07 Dec 2016 14:56:30 -0500 |
parents | 7e6fd3d0f16e |
children | 5053a18d9bc8 |
comparison
equal
deleted
inserted
replaced
13:7e6fd3d0f16e | 14:465cbb0cf2eb |
---|---|
26 | 26 |
27 #end if | 27 #end if |
28 | 28 |
29 picard | 29 picard |
30 ReorderSam | 30 ReorderSam |
31 INPUT='$inputFile.element_identifier' | 31 INPUT='$escaped_element_identifier' |
32 OUTPUT="${outFile}" | 32 OUTPUT="${outFile}" |
33 REFERENCE="${ref_fasta}" | 33 REFERENCE="${ref_fasta}" |
34 ALLOW_INCOMPLETE_DICT_CONCORDANCE="${allow_incomplete_dict_concordance}" | 34 ALLOW_INCOMPLETE_DICT_CONCORDANCE="${allow_incomplete_dict_concordance}" |
35 ALLOW_CONTIG_LENGTH_DISCORDANCE="${allow_contig_length_discordance}" | 35 ALLOW_CONTIG_LENGTH_DISCORDANCE="${allow_contig_length_discordance}" |
36 | 36 |