Mercurial > repos > morinlab > mutationseq
annotate mutationseq.xml @ 2:7de2cc3a24af draft default tip
Uploaded
| author | morinlab | 
|---|---|
| date | Tue, 06 Dec 2016 20:03:54 -0500 | 
| parents | 2864eb962e5a | 
| children | 
| rev | line source | 
|---|---|
| 0 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 1 <tool id="mutationseq" name="MutationSeq" version="4.3.6"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 2 <description> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 3 a feature based classifier for somatic mutation detection | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 4 </description> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 5 <requirements> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 6 <requirement type="package" version="4.3.6">mutationseq</requirement> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 7 <requirement type="package" version="4.3.6">mutationseq_python_environment</requirement> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 8 </requirements> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 9 <macros> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 10 <import>citations.xml</import> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 11 </macros> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 12 <command> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 13 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 14 <!-- Linking BAM Indexs to current working directory --> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 15 #if $model_source.model_source_selector == "standard" or $model_source.model_source_selector == "solid" or $model_source.model_source_selector == "deepseq" or $model_source.model_source_selector == "titan_mode" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 16 ln -s $model_source.normal normal.bam; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 17 ln -s $model_source.normal.metadata.bam_index normal.bam.bai; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 18 ln -s $model_source.tumour tumour.bam; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 19 ln -s $model_source.tumour.metadata.bam_index tumour.bam.bai; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 20 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 21 #else | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 22 ln -s $model_source.input input.bam; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 23 ln -s $model_source.input.metadata.bam_index input.bam.bai; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 24 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 25 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 26 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 27 <!-- Index Reference if from History --> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 28 #if $reference_source.reference_source_selector == "history": | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 29 ln -s $reference_source.ref_file ref.fa; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 30 samtools faidx ref.fa; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 31 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 32 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 33 <!-- Run Mutation Seq --> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 34 #if $interval: | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 35 for i in \$(cat $interval); do | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 36 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 37 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 38 #if $model_source.model_source_selector == "titan_mode": | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 39 \$MUTATIONSEQ_PYTHON_ENVIRONMENT_ROOT_DIR/bin/python2.7 \$MUTATIONSEQ_ROOT_DIR/preprocess.py | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 40 #else: | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 41 \$MUTATIONSEQ_PYTHON_ENVIRONMENT_ROOT_DIR/bin/python2.7 \$MUTATIONSEQ_ROOT_DIR/classify.py | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 42 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 43 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 44 #if $reference_source.reference_source_selector == "history": | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 45 reference:ref.fa | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 46 #else: | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 47 reference:${reference_source.ref_file.fields.path} | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 48 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 49 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 50 #if $model_source.model_source_selector == "titan_mode": | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 51 normal:normal.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 52 tumour:tumour.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 53 model:\$MUTATIONSEQ_ROOT_DIR/model_single_v4.0.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 54 --single | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 55 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 56 #elif $model_source.model_source_selector == "standard" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 57 normal:normal.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 58 tumour:tumour.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 59 model:\$MUTATIONSEQ_ROOT_DIR/model_v4.1.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 60 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 61 #elif $model_source.model_source_selector == "standard_single" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 62 normal:input.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 63 model:\$MUTATIONSEQ_ROOT_DIR/model_single_v4.0.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 64 --single | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 65 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 66 #elif $model_source.model_source_selector == "solid" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 67 normal:normal.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 68 tumour:tumour.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 69 model:\$MUTATIONSEQ_ROOT_DIR/model_solid_v4.1.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 70 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 71 #elif $model_source.model_source_selector == "deepseq" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 72 normal:normal.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 73 tumour:tumour.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 74 model:\$MUTATIONSEQ_ROOT_DIR/model_deep_v0.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 75 --deep | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 76 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 77 #elif $model_source.model_source_selector == "deepseq_single" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 78 normal:input.bam | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 79 model:\$MUTATIONSEQ_ROOT_DIR/model_deep_single_v0.2.npz | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 80 --single | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 81 --deep | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 82 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 83 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 84 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 85 #if $advancedsettings.filter.value == "all" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 86 --all | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 87 #elif $advancedsettings.filter.value == "no_filter" | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 88 --no_filter | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 89 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 90 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 91 #if $interval | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 92 -i \$i | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 93 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 94 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 95 #if $advancedsettings.positions: | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 96 -f $advancedsettings.positions | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 97 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 98 | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 99 --threshold $advancedsettings.filter_prob | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 100 | 
| 1 | 101 | grep -v ".*no somatic mutation calls.*" >> ./output_noheader; | 
| 2 | 102 echo "\##fileformat=VCFv4.2" > ./minimal_vcf_header; | 
| 103 echo "#CHROM POS ID REF ALT QUAL FILTER INFO" >> ./minimal_vcf_header; | |
| 1 | 104 cat ./minimal_vcf_header ./output_noheader > $output | 
| 0 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 105 #if $interval | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 106 ; done | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 107 #end if | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 108 ; | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 109 </command> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 110 <inputs> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 111 <conditional name="reference_source"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 112 <param label="Choose the source for the reference genome" name="reference_source_selector" type="select"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 113 <option value="cached">Use a built-in genome</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 114 <option value="history">Use a genome from the history</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 115 </param> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 116 <when value="cached"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 117 <param label="Reference Genome File" name="ref_file" type="select"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 118 <options from_data_table="fasta_indexes"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 119 </param> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 120 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 121 <when value="history"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 122 <param label="Reference Genome File" name="ref_file" type="data" format="fasta"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 123 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 124 </conditional> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 125 <conditional name="model_source"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 126 <param type="select" name="model_source_selector" label="Choose the model for MutationSeq"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 127 <option value="standard" selected="true">Matched Sample Illumina Model</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 128 <option value="solid">Matched Sample Solid Model</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 129 <option value="deepseq">Matched Sample Deepseq Model</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 130 <option value="standard_single">Single Sample Illumina Model</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 131 <option value="deepseq_single">Single Sample Deepseq Model</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 132 <option value="titan_mode">TITAN Mode</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 133 </param> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 134 <when value="standard"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 135 <param type="data" format="bam" name="normal" label="Normal Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 136 <param type="data" format="bam" name="tumour" label="Tumour Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 137 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 138 <when value="solid"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 139 <param type="data" format="bam" name="normal" label="Normal Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 140 <param type="data" format="bam" name="tumour" label="Tumour Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 141 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 142 <when value="deepseq"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 143 <param type="data" format="bam" name="normal" label="Normal Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 144 <param type="data" format="bam" name="tumour" label="Tumour Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 145 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 146 <when value="standard_single"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 147 <param type="data" format="bam" name="input" label="Sequence Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 148 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 149 <when value="deepseq_single"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 150 <param type="data" format="bam" name="input" label="Sequence Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 151 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 152 <when value="titan_mode"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 153 <param type="data" format="bam" name="normal" label="Normal Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 154 <param type="data" format="bam" name="tumour" label="Tumour Alignment File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 155 </when> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 156 </conditional> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 157 <param type="data" format="txt" optional="true" name="interval" label="Specify Interval"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 158 <section name="advancedsettings" title="Advanced Settings" expanded="false"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 159 <param type="select" name="filter" label="Filter Method"> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 160 <option value="standard" selected="true">Print Probablistic Positions</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 161 <option value="all">Print Positions Regardless of Classified Probabilitly</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 162 <option value="no_filter">Print Positions Regardless of Initial Criteira</option> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 163 </param> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 164 <param type="data" format="txt" optional="true" name="positions" label="Positions File"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 165 <param type="float" value="0.85" min="0" max="1" name="filter_prob" label="Probabililty Filter Threshold"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 166 </section> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 167 </inputs> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 168 <outputs> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 169 <data format="vcf" name="output"/> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 170 </outputs> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 171 <citations> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 172 <expand macro="morinlab_citation" /> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 173 <expand macro="galaxy_citation" /> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 174 <expand macro="mutationseq_citation" /> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 175 </citations> | 
| 
3f5545f5f0c8
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/mutationseq commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
 morinlab parents: diff
changeset | 176 </tool> | 
