Mercurial > repos > iuc > snpeff
diff snpEff_macros.xml @ 0:39bac90c773d draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 15 Aug 2014 06:00:47 -0400 |
| parents | |
| children | 114f423f99c0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpEff_macros.xml Fri Aug 15 06:00:47 2014 -0400 @@ -0,0 +1,26 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="3.6">snpEff</requirement> + </requirements> + </xml> + <xml name="stdio"> + <stdio> + <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> + <exit_code range="1:" level="fatal" description="Error" /> + </stdio> + </xml> + <token name="@EXTERNAL_DOCUMENTATION@"> + +For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#intervals + + </token> + <xml name="citations"> + <citations> + <citation type="doi">10.3389/fgene.2012.00035</citation> + <citation type="doi">10.4161/fly.19695</citation> + <yield /> + </citations> + </xml> + +</macros>
