# HG changeset patch # User xuef # Date 1604680713 0 # Node ID dd74836c77ade381754e5123744d04ce8b6330d8 # Parent 48e2fe88140065853236d4538fd5830af0f98230 Uploaded diff -r 48e2fe881400 -r dd74836c77ad my_VDM_tool.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/my_VDM_tool.xml Fri Nov 06 16:38:33 2020 +0000 @@ -0,0 +1,198 @@ + + +Map a mutation using in silico bulk segregant linkage analysis of pooled recombinant lines generated through backcrossing. + + + + + + R + getopt + + + +Rscript /home/fxue/galaxy/tools/my_VDM_tool/my_VDM_tool.R + --inf "$inf" + #if $species.species_select=="Celegans" + --itype "$species.ce" + #else if $species.species_select=="Zebrafish" + --itype "$species.ze" + #else if $species.species_select=="Brachypodium" + --itype "$species.br" + #else if $species.species_select=="Arabidopsis" + --itype "$species.ar" + #else if $species.species_select=="other" + --itype "$species.ot" + #end if + + --qual $qual + --thrup $thrup + --thrlow $thrlow + + #if $allfreq.allfreq_select=="AB" + --allr "$allfreq.ab" + #else if $allfreq.allfreq_select=="ratio" + --allr "$allfreq.ratio" + #end if + + #if $only_snp.only_snp_select=="TRUE" + --snp "$only_snp.true" + #else if $only_snp.only_snp_select=="FALSE" + --snp "$only_snp.false" + #end if + + --lsp $lsp + --pcol "$pcol" + --lcol "$lcol" + + #if $xaxis.xaxis_select=="TRUE" + --xstand $xaxis.true + #else if $xaxis.xaxis_select=="FALSE" + --xstand $xaxis.false + #end if + + --bsize $bsize + + #if $binnorm.binnorm_select=="TRUE" + --bnorm $binnorm.true + #else if $binnorm.binnorm_select=="FALSE" + --bnorm $binnorm.false + #end if + + #if $exclfiles.exclfiles_select=="FALSE" + --exclf $exclfiles.false + #else if $exclfiles.exclfiles_select=="TRUE" + --exclf $exclfiles.true + #end if + + + --exclthr $exclthr + --exclcol "$exclcol" + + --parn "$parn" + --outn "$outn" + --pdfn "$pdfn" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file