forked from usegalaxy-eu/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create interactivetool_genenotebook.xml (usegalaxy-eu#201)
- Loading branch information
1 parent
b133b9f
commit fc89abf
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<tool id="interactive_tool_genenotebook" tool_type="interactive" name="GeneNoteBook" version="0.4.3" profile="22.01"> | ||
<description>viewer</description> | ||
<requirements> | ||
<container type="docker">quay.io/biocontainers/genoboo:0.4.3--h9f5acd7_0</container> | ||
</requirements> | ||
<entry_points> | ||
<entry_point name="GeneNoteBook Interactive Tool" requires_domain="True"> | ||
<port>3000</port> | ||
<url>/</url> | ||
</entry_point> | ||
</entry_points> | ||
<command><![CDATA[ | ||
tar -xf '${input}' mongo_db | ||
&& | ||
ln -s mongo_db data | ||
&& | ||
genoboo run -d ./ | ||
]]> | ||
</command> | ||
<inputs> | ||
<param name="input" type="data" format="genenotebook" label="GeneNoteBook dataset" help="Produced with the 'Build a GeneNoteBook' tool"/> | ||
</inputs> | ||
<outputs> | ||
<data name="output" format="txt" /> | ||
</outputs> | ||
<tests> | ||
</tests> | ||
<help><![CDATA[ | ||
Run a GeneNoteBook displaying the content of GeneNoteBook dataset generated by the "Build a GeneNoteBook" tool. | ||
The current version is based on a forked version of GeneNoteBook including several various improvements (https://github.com/gogepp/genoboo/). | ||
]]></help> | ||
<citations> | ||
<citation type="doi">10.1093/bioinformatics/btz491</citation> | ||
</citations> | ||
</tool> |