Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FBMN] Adding linkout to DEREPLICATOR PLUS and CYCLONOVO #673

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,34 @@
</parsers>
</data>
</block>



<view id="dereplicatorplus" label="Annotate with DEREPLICATOR+" group="Advanced Views - Experimental Views">
<blockRef id="main" type="dereplicatorplus"/>
</view>

<block id="dereplicatorplus" type="dummylinkout">
<data>
<parsers>
<parser type="stream" contentType="text/xml"/>
</parsers>
</data>
<parameter name="URLBASE" value='https://gnps.ucsd.edu/ProteoSAFe/index.jsp?params={"workflow":"DEREPLICATOR_PLUS", "desc":"DEREPLICATOR PLUS of FBMN [task]", "spec_on_server":"t.[task]/spectra/specs_ms.mgf"}'/>
</block>

<view id="cyclonovo" label="Annotate with CYCLONOVO" group="Advanced Views - Experimental Views">
<blockRef id="main" type="cyclonovo"/>
</view>

<block id="cyclonovo" type="dummylinkout">
<data>
<parsers>
<parser type="stream" contentType="text/xml"/>
</parsers>
</data>
<parameter name="URLBASE" value='https://gnps.ucsd.edu/ProteoSAFe/index.jsp?params={"workflow":"CYCLONOVO", "desc":"CYCLONOVO of FBMN [task]", "spec_on_server":"t.[task]/spectra/specs_ms.mgf"}'/>
</block>


<view id="reanalyze_ms2lda" label="Analyze with MS2LDA" group="Advanced Views - Experimental Views">
<blockRef id="main" type="reanalyze_ms2lda"/>
</view>
Expand Down