-
Notifications
You must be signed in to change notification settings - Fork 98
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
TASK-6324 - Simplify QC analysis by launching a single job #2469
Open
jtarraga
wants to merge
25
commits into
release-3.x.x
Choose a base branch
from
TASK-6324
base: release-3.x.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,421
−852
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
833d0f3
analysis: update alignment QC analysis in order to launch a single jo…
jtarraga 483c1be
Merge branch 'develop' into TASK-6324
jtarraga b0aea7b
app: fix circos.R and move to app/analysis/genome-plot, #TASK-6326, #…
jtarraga 333e6dc
analysis: add FastQC docker cli in the result.json file, and remove u…
jtarraga 177f1a2
analysis: add Samtools docker CLI in the result.json file, and remove…
jtarraga 512c17d
analysis: use ToolRunner to execute each alignment QC step (i.e.: sam…
jtarraga 65a1bdd
analysis: support the flag overwrite, and forward excetions, and mino…
jtarraga 55c81ff
test: add JUnit tests for alignment QC, #TASK-6325, #TASK-6324
jtarraga 0d78abd
analysis: add docker CLI and parameters in the tool step, fix some ty…
jtarraga af024c6
analysis: add parameters in the tool step, #TASK-6326, #TASK-6324
jtarraga edb882b
analysis: add docker CLI and parameters in the tool step (in genome p…
jtarraga 39c2f6a
analysis: add the method addStepAttributes, #TASK-6326, #TASK-6324
jtarraga 7e3ca47
analysis: use the ToolRunner instead of launching jobs for each sampl…
jtarraga f88c703
analysis: remove unused get/set methods and R scripts, #TASK-6325, #T…
jtarraga aed7911
analysis: update circos/genome plot to take the R script from the ana…
jtarraga 592c793
tests: add and update JUnit tests for sample QC, #TASK-6326, #TASK-6324
jtarraga 11a8653
Merge branch 'develop' into TASK-6324
jtarraga 9f6913b
analysis: add a new tool step to update the alignment QC, #TASK-6325,…
jtarraga 4518a72
analysis: minor improvements in sample QC analysis, #TASK-6326, #TASK…
jtarraga 06d46a7
analysis: read the stderr file to get error messages when something w…
jtarraga 37faea0
analysis: add the result of the "nested" analysis to the current step…
jtarraga 0531c48
analysis: use a simpler ToolRunner constructor, #TASK-6325, #TASK-6324
jtarraga a53bd04
analysis: use a simpler ToolRunner constructor, #TASK-6326, #TASK-6324
jtarraga f77ca2e
Merge branch 'release-3.2.x' into TASK-6324
jtarraga 8666ba9
Merge branch 'release-3.2.x' into TASK-6324
jtarraga 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 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
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.
You can better use the constructor
public ToolRunner(String opencgaHome, CatalogManager catalogManager, VariantStorageManager variantStorageManager)
instead of
ToolRunner(String opencgaHome, CatalogManager catalogManager, StorageEngineFactory storageEngineFactory)