-
Notifications
You must be signed in to change notification settings - Fork 3
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 Wordcloud #76
Add Wordcloud #76
Conversation
Hi @524D, thank you for making the PR the changes look good! I see that the The newest APE-2.4 version dev3 generates Finally, it would also be nice at some point to include the |
Hi @vedran-kasalica, thanks for your remarks. I've updated the files and merged changes that were done in the meantime. According to GitHub it can now be merged, but I still have done insufficient testing, especially of the CWL. Is an easy way to do this? I will include the Edit: I've tested with |
@524D If you want, you could add a test script similar to that in Sage-proteomics: https://github.com/Workflomics/tools-and-domains/tree/main/cwl-tools/Sage-proteomics/test If you name the script "run-cwl.sh", it will be included in the automated tests. You'll need to put your data somewhere, or indeed just link to a random text file and have "input.yml" refer to that. |
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.
Hi Rob, thank you for updating the PR, the tool looks ready to be used within Workflomics! Feel free to merge it into main.
Regarding your question about testing, Peter started implementing automated tests by adding sh scripts to tool dirs see Sage. Here, run_cwl.sh
annotates the command to run the cwl using cwltool
and the predefined inputs.yml. If you wish you can add a similar file to your repo to trigger the automated test, but this could be done in a separate PR.
Added wcloud.
I still need to merge changes that were made in the meantime, but can you please check if things look okay?