-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Sfold #6504
base: main
Are you sure you want to change the base?
Add Sfold #6504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a .shed.yml to trigger the tests.
<param argument="a" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Run clustering on the sampled ensemble?"/> | ||
<param argument="f" type="data" format="ct" optional="true" label="Constrain data" help="Constraint syntax follows what is used in mfold 3.1"/> | ||
<param argument="l" type="integer" min="0" optional="true" label="Maximum distance between paired bases"/> | ||
<param argument="m" type="data" format="ct" optional="true" label="MFE structure" help="If provided, Sfold clustering module will determine the cluster to which this structure belongs."/> | ||
<param argument="w" type="integer" value="20" label="Length of antisense oligos"/> | ||
<param argument="i" type="select" label="Module"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<param argument="a" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Run clustering on the sampled ensemble?"/> | |
<param argument="f" type="data" format="ct" optional="true" label="Constrain data" help="Constraint syntax follows what is used in mfold 3.1"/> | |
<param argument="l" type="integer" min="0" optional="true" label="Maximum distance between paired bases"/> | |
<param argument="m" type="data" format="ct" optional="true" label="MFE structure" help="If provided, Sfold clustering module will determine the cluster to which this structure belongs."/> | |
<param argument="w" type="integer" value="20" label="Length of antisense oligos"/> | |
<param argument="i" type="select" label="Module"> | |
<param argument="-a" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Run clustering on the sampled ensemble?"/> | |
<param argument="-f" type="data" format="ct" optional="true" label="Constrain data" help="Constraint syntax follows what is used in mfold 3.1"/> | |
<param argument="-l" type="integer" min="0" optional="true" label="Maximum distance between paired bases"/> | |
<param argument="-m" type="data" format="ct" optional="true" label="MFE structure" help="If provided, Sfold clustering module will determine the cluster to which this structure belongs."/> | |
<param argument="-w" type="integer" value="20" label="Length of antisense oligos"/> | |
<param argument="-i" type="select" label="Module"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the .shed.yml file. Thanks.
The sfold.xml file was edited and completed. I also added a .shed.yml file. |
|
The file is in the container:
Shebang looks also good:
|
FOR CONTRIBUTOR: