Advertisement
Guest User

contentconfig.xml

a guest
May 11th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <cfg>
  3. <analysis id="NGS" title="Quality control report of FASTQC data">
  4. <method id="QC">
  5. <citation>http://www.bioinformatics.com/etc/</citation>
  6. </method>
  7. <description>We evaluate raw FASTQ to determine qualit issues with each library.
  8. </description>
  9. </analysis>
  10. <analysis id="genome_alignment" title="Align to ref genome">
  11. <method id="bowtie2">
  12. <citation>Langmead et al Fast gapped align 2012</citation>
  13. <description>ref genome aligner</description>
  14. </method>
  15. </analysis>
  16. </cfg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement