Skip to content
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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Add Sfold #6504

wants to merge 12 commits into from

Conversation

reytakop
Copy link

FOR CONTRIBUTOR:

  • I have read the CONTRIBUTING.md document and this tool is appropriate for the tools-iuc repo.
  • License permits unrestricted use (educational + commercial)
  • This PR adds a new tool or tool collection
  • This PR updates an existing tool or tool collection
  • This PR does something else (explain below)

Copy link
Member

@bgruening bgruening left a 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.

Comment on lines +34 to +39
<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">
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<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">

Copy link
Author

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.

@reytakop
Copy link
Author

reytakop commented Nov 8, 2024

The sfold.xml file was edited and completed. I also added a .shed.yml file.

@bgruening
Copy link
Member

sh: line 1: /usr/local/bin/gcg2bp.pl: cannot execute: required file not found

tools/sfold/macros.xml Outdated Show resolved Hide resolved
@bgruening
Copy link
Member

The file is in the container:

root@0c1333b9f6d8:/# find / -name '*gcg2*'
/usr/local/bin/gcg2bp.pl

Shebang looks also good:

root@0c1333b9f6d8:/# head /usr/local/bin/gcg2bp.pl
#!/usr/bin/env perl

#
# Take GCG connect file as input and convert structure
# to base-pair format
#

```

Maybe it was really just the wrong version number.

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

Successfully merging this pull request may close these issues.

2 participants