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

Add netboxr tool (beta version) - second attempt #1230

Closed
wants to merge 2 commits into from

Conversation

sajo25
Copy link
Contributor

@sajo25 sajo25 commented Aug 2, 2022

Changes made based on results from automated tests.

@@ -0,0 +1,5 @@
categories: []
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to pick one from https://toolshed.g2.bx.psu.edu/

@@ -0,0 +1,5 @@
categories: []
description: netboxr_tool
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better description would be nice :)

@@ -0,0 +1,182 @@
<tool id="netboxr_tool" name="NetBox" version="1.6.0">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the _tool from the ID

<requirement type="package">r-optparse</requirement>
<requirement type="package" version="1.6.0">bioconductor-netboxr</requirement>
</requirements>
<stdio>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after you make pull request-->
</command>
<inputs>
<param name="gene_list" type="data" format=".txt" label="Gene list" help="A
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you follow maybe the IUC formatting of XML files to make it more readable?

<inputs>
<param name="gene_list" type="data" format=".txt" label="Gene list" help="A
newline-delimited text file that contains a list of genes of interest"/>
<param name="cutoff" type="text" label="P-Value Cut-Off"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that looks like type="float" and you can set a value="0.05"

@sajo25
Copy link
Contributor Author

sajo25 commented Aug 11, 2022

@bgruening Thanks for the feedback!

@sajo25 sajo25 closed this Aug 15, 2022
@bgruening
Copy link
Owner

@sajo25 anything we can help here?

@sajo25
Copy link
Contributor Author

sajo25 commented Aug 15, 2022

@bgruening I made the requested changes and created another PR. My understanding is that this PR needs to be merged, after which the tool will automatically be uploaded to the ToolShed. Is that right, or am I missing something?

@bgruening
Copy link
Owner

Ah didn't saw the new one, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants