Open
Conversation
Collaborator
Author
|
No review needed yet, it is still work-in-progress :) |
bgruening
reviewed
Aug 1, 2023
| for i in range(len(list_mesh)): | ||
|
|
||
| #Load mesh files | ||
| print("--- {} processing {} ---".format(pd.Timestamp.now(), list_mesh[i])) |
Collaborator
There was a problem hiding this comment.
do you know f-string? https://realpython.com/python-f-strings/#python-f-strings-the-pesky-details
|
|
||
|
|
||
|
|
||
| df_parameters |
Collaborator
There was a problem hiding this comment.
what is this here doing?
| python '$__tool_directory__/Extraction_Of_Parameters & Complexity_Indexes_Computation.py' | ||
| ]]></command> | ||
| <inputs> | ||
| <param name="STL_files" type="data" format="stl" label="Upload STL files" multiple="true"/> |
Collaborator
There was a problem hiding this comment.
the label is confusing ... its not "upload" a user needs to select here a STL file(s)
| <tests> | ||
| <test expect_num_outputs="8"> | ||
| <param name="STL_files" value="CORAL.stl"/> | ||
| <output name="new_complexity_indexes" file="new_complexity_indexes.csv" ftype="csv" /> |
Collaborator
There was a problem hiding this comment.
can you maybe add a test with multiple input files as well?
| </tests> | ||
| <help><![CDATA[ | ||
|
|
||
| todo |
| @@ -0,0 +1,34 @@ | |||
| <tool id="fractal" name="Fractal" version="0.1.0+galaxy0"> | |||
Collaborator
There was a problem hiding this comment.
can you prefix the tool ID maybe with artificial_reef_complexity
Collaborator
There was a problem hiding this comment.
please also add a profile version
| @@ -0,0 +1,23 @@ | |||
| CC-BY-SA 4.0 License | |||
Collaborator
There was a problem hiding this comment.
this can probably be removed
| @@ -0,0 +1,38 @@ | |||
| <tool id="mfa" name="MFA" version="0.1.0+galaxy0"> | |||
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.