Mercurial > repos > pjbriggs > pal_finder
view pal_finder_macros.xml @ 9:52dbe2089d14 draft default tip
Version 0.02.04.8 (update fastq subsetting).
author | pjbriggs |
---|---|
date | Wed, 04 Jul 2018 06:05:52 -0400 |
parents | 4e625d3672ba |
children |
line wrap: on
line source
<macros> <!-- Set the path for the pal_finder data files --> <token name="@CONDA_PAL_FINDER_SCRIPT_DIR@">if [ -z "\$PALFINDER_SCRIPT_DIR" ]; then export PALFINDER_SCRIPT_DIR=\$(dirname \$(readlink -e \$(which pal_finder))); fi</token> <token name="@CONDA_PAL_FINDER_DATA_DIR@">if [ -z "\$PALFINDER_DATA_DIR" ]; then export PALFINDER_DATA_DIR=\$(dirname \$(readlink -e \$(which pal_finder))); fi</token> <xml name="output_illumina_microsat_summary"> <output name="output_microsat_summary"> <assert_contents> <has_line line="allExtended:	0" /> <has_line line="allSpan:	0" /> <has_line line="broken:	2" /> <has_line line="compound:	2" /> <has_line line="readsWithMicrosat:	13" /> <has_line line="totalBases:	2320" /> <has_line line="totalReads:	20	(2 x 10)" /> <has_line line="readsWithBadRanges:	0" /> <has_line line="Microsat Type	monomer length	total loci	loci w/ primers	reads with loci	total bases	extended	extended w/ primers	spanning	spanning w/ primers" /> <has_line_matching expression="(AC|TG)\t2\t7\t4\t7\t116\t0?\t0?\t0?\t0?" /> <has_line_matching expression="(AT|CG)\t2\t8\t0\t6\t106\t0?\t0?\t0?\t0?" /> <has_line_matching expression="(AG|TC)\t2\t2\t1\t2\t26\t0?\t0?\t0?\t0?" /> </assert_contents> </output> </xml> <xml name="output_illumina_microsat_subset_summary"> <output name="output_microsat_summary"> <assert_contents> <has_line line="allExtended:	0" /> <has_line line="allSpan:	0" /> <has_line line="broken:	0" /> <has_line line="compound:	2" /> <has_line line="readsWithMicrosat:	7" /> <has_line line="totalBases:	1160" /> <has_line line="totalReads:	10	(2 x 5)" /> <has_line line="Microsat Type	monomer length	total loci	loci w/ primers	reads with loci	total bases	extended	extended w/ primers	spanning	spanning w/ primers" /> <has_line_matching expression="(AC|TG)\t2\t6\t3\t6\t104\t0?\t0?\t0?\t0?" /> <has_line_matching expression="(AT|CG)\t2\t3\t0\t3\t38\t0?\t0?\t0?\t0?" /> <has_line_matching expression="(AG|TC)\t2\t0\t0\t0\t0\t0?\t0?\t0?\t0?" /> </assert_contents> </output> </xml> <xml name="output_illumina_microsat_summary_bad_ranges"> <output name="output_microsat_summary"> <assert_contents> <has_line line="allExtended:	2" /> <has_line line="allSpan:	0" /> <has_line line="broken:	0" /> <has_line line="compound:	4" /> <has_line line="readsWithMicrosat:	12" /> <has_line line="totalBases:	2231" /> <has_line line="totalReads:	12	(2 x 6)" /> <has_line line="readsWithBadRanges:	2" /> <has_line line="Microsat Type	monomer length	total loci	loci w/ primers	reads with loci	total bases	extended	extended w/ primers	spanning	spanning w/ primers" /> <!-- I'd like to do a basic check on the remainder of the file but there are too many lines for the 'assert_contents' method (and the tag doesn't provide the functionality to do a simple line count --> </assert_contents> </output> </xml> <xml name="output_454_microsat_summary"> <output name="output_microsat_summary"> <assert_contents> <has_line line="broken:	1" /> <has_line line="compound:	0" /> <has_line line="readsWithMicrosat:	1" /> <has_line line="readsWithPrimers:	0" /> <has_line line="totalBases:	8639" /> <has_line line="totalReads:	38" /> <has_line line="Microsat Type	monomer length	reads with loci	total loci	loci amplified	total loci bases	loci bases amplified" /> <has_line_matching expression="(AC|TG|AT|CG|AG|TC)\t.*" /> </assert_contents> </output> </xml> </macros>