Mercurial > repos > mingchen0919 > rmarkdown_fastqc_report
view fastqc_report.xml @ 4:3073b7bd0807 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
author | mingchen0919 |
---|---|
date | Tue, 08 Aug 2017 09:36:33 -0400 |
parents | 1ed094d8871c |
children | 3b275377dd27 |
line wrap: on
line source
<tool id="fastqc_report" name="Fastqc report" version="1.0.0"> <description> Implements FastQC analysis and display results in R Markdown html. </description> <requirements> <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> <requirement type="package" version="1.20.0">r-getopt</requirement> <requirement type="package" version="1.2">r-rmarkdown</requirement> <requirement type="package" version="1.8.4">r-plyr</requirement> <requirement type="package" version="1.1.0">r-stringr</requirement> <requirement type="package" version="0.5.0">r-highcharter</requirement> <requirement type="package" version="0.2">r-dt</requirement> <requirement type="package" version="1.4.2">r-reshape2</requirement> <requirement type="package" version="4.5.6">r-plotly</requirement> <requirement type="package" version="0.2.0.1">r-formattable</requirement> <requirement type="package" version="0.3.5">r-htmltools</requirement> <requirement type="package" version="0.11.5">fastqc</requirement> </requirements> <stdio> <regex match="Execution halted" source="both" level="fatal" description="Execution halted." /> <regex match="Error in" source="both" level="fatal" description="An undefined error occured, please check your intput carefully and contact your administrator." /> <regex match="Fatal error" source="both" level="fatal" description="An undefined error occured, please check your intput carefully and contact your administrator." /> </stdio> <command> <![CDATA[ Rscript '${__tool_directory__}/fastqc_report_render.R' -r $reads -p '${__tool_directory__}/fastqc_report.Rmd' -o $report -d $report.files_path -e $echo ]]> </command> <inputs> <param format="fastq,fastq.gz,fastq.bz2,bam,sam" multiple="true" name="reads" type="data" label="Short reads data from history" /> <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" /> </inputs> <outputs> <data format="html" name="report" label="fastqc report" /> </outputs> <citations> <citation type="bibtex"> @unpublished{andrews_s, author = {Andrews, S.}, keywords = {bioinformatics, ngs, qc}, priority = {2}, title = {{FastQC A Quality Control tool for High Throughput Sequence Data}}, url = {http://www.bioinformatics.babraham.ac.uk/projects/fastqc/} } </citation> <citation type="bibtex"> @article{allaire2016rmarkdown, title={rmarkdown: Dynamic Documents for R, 2016}, author={Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff and Wickham, Hadley and Atkins, Aron and Hyndman, Rob}, journal={R package version 0.9}, volume={6}, year={2016} } </citation> </citations> </tool>