Mercurial > repos > jjohnson > shear
comparison shear_sv.xml @ 2:239e200ae99f
Fix typo in command cheetah for shear_sv.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Sat, 06 Jul 2013 04:51:48 -0500 |
parents | a718ecb27e02 |
children | 630532975fa9 |
comparison
equal
deleted
inserted
replaced
1:a718ecb27e02 | 2:239e200ae99f |
---|---|
14 <command>java -jar \$SHEAR_JAR_PATH/SHEAR.jar sv -r $prefix | 14 <command>java -jar \$SHEAR_JAR_PATH/SHEAR.jar sv -r $prefix |
15 -b $bamfile | 15 -b $bamfile |
16 #if $genomeSource.refGenomeSource == 'indexed': | 16 #if $genomeSource.refGenomeSource == 'indexed': |
17 -f $genomeSource.ref_fastas.fields.path | 17 -f $genomeSource.ref_fastas.fields.path |
18 -i $genomeSource.bwa_indices.fields.path | 18 -i $genomeSource.bwa_indices.fields.path |
19 -t $genomeSource.twobit_indice.fields.paths | 19 -t $genomeSource.twobit_indices.fields.paths |
20 #else: | 20 #else: |
21 -f $genomeSource.ref_fasta | 21 -f $genomeSource.ref_fasta |
22 -i $genomeSource.bwa_index | 22 -i $genomeSource.bwa_index |
23 -t $genomeSource.twobit | 23 -t $genomeSource.twobit |
24 #end if | 24 #end if |