forked from EBI-Metagenomics/pipeline-v5
-
Notifications
You must be signed in to change notification settings - Fork 8
Ro crate for the metaGOflow output #27
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a6ec747
init branch for issue #18
hariszaf 36e80fb
software versions file
hariszaf 5c85a97
remove unecessary output files; init ro-crate script
hariszaf 78333a1
remove unecessary output files; init ro-crate script
hariszaf 7ed085d
Merge remote-tracking branch 'origin/develop' into ro-crate
hariszaf 4f5e357
minor edits
hariszaf 29f5ff3
Merge branch 'develop' into ro-crate
hariszaf 08c62cc
fix summary qc
hariszaf 664b825
Merge remote-tracking branch 'origin/develop' into ro-crate
hariszaf e88632d
fix qc_summary output filenames
hariszaf cfc54fd
fix qc_summary output filenames
hariszaf e4dc458
remove prov output folder
hariszaf 121c570
all test cases
hariszaf 5d96e20
logic to address #18
hariszaf a3d5ffd
build ro-crate as zip #18
hariszaf 74ab4f2
ro-crate example #18
hariszaf 2821479
edits to keep only for the record; remove file afterwards
hariszaf 06fa1f2
drop script
hariszaf 19e53db
edit wf output to remove chunks and merge ips parts to single file
hariszaf 746c603
add embrc records #18
hariszaf e5fa080
return ips chunks
hariszaf 7a9eb65
set threads properly to exploit fat node on zorbas hpc
hariszaf d45aaca
edit ENA description #18
hariszaf 9a537aa
minor edits reg #18
hariszaf a3db2c9
ignore dev outputs
hariszaf e2ceb74
cwd var
hariszaf c327600
add dataset metadata #18
hariszaf 4e7f671
remove output dir so we keep only the .zip file that includes the pro…
hariszaf d042146
update the example ro-crate-metadata #18
hariszaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| # Steps to go for | ||
| qc_and_merge_step: true | ||
| taxonomic_inventory: false | ||
| cgc_step: false | ||
| reads_functional_annotation: false | ||
| taxonomic_inventory: true | ||
| cgc_step: true | ||
| reads_functional_annotation: true | ||
| assemble: false | ||
|
|
||
| # Global | ||
| threads: 20 | ||
| threads: 40 | ||
|
|
||
| # For parallelization cases might worth decrease global value of threads | ||
| interproscan_threads: 20 | ||
| # As a rule of thumb keep that as floor(threads/8) where threads the previous parameter | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a good rule. Yet is not assure that will always split in 8 instances, at least afters reading their code on cwltool. This may require fine tuning on the usage, but /8 is a general good starting point. |
||
| interproscan_threads: 4 | ||
|
|
||
| # fastp parameters | ||
| detect_adapter_for_pe: false | ||
|
|
||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
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 am comfortable with changing config.yml paramters, just not sure if it is what is intended in this PR.
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.
That's zorbas-oriented.
Feel free to have a nice config in the documentation branch and we keep the one from there! 👍