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.
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 maestro + platform mappings #18
add maestro + platform mappings #18
Changes from 1 commit
753b5c6
e620254
e6dba6c
5ac837b
1e194c0
c0fa0ff
e800a39
ee1deb2
4bd9316
1bb15fb
0f1a9f7
6ff4263
419744e
0336b41
466bc11
ba209bd
ce2a407
84b3c30
e1f798a
d92b54f
804d7a8
45cbef1
abbeb3f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
workflow
in SONG payload contains fields:name
,short_name
,version
,run_id
andinputs
. Do we want all of them here or just selective ones?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.
shouldn't this be under analysis not file ?
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.
and will we have
workflow
section in the analysis dynamic schema ?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.
yeah,
workflow
underanalysis
makes more senseThere 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 moved workflow under analysis, that being said I think there should be a correspondence between song schema and this mapping structure for this to work .. i.e. song analysis schema should have workflow object in the payload
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.
Yes, it does. Well mostly, except that
sequencing_experiment
doesn't haveworkflow
in it since it's not produced from aworkflow
. I think this should be still OK, basicallyworkfow
is optional underanalysis
, and ES is able to handle optional fieldsThere 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.
where does this come from?
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.
where does this come from?
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.
some of these are based on draft mapping you had a year or less ago, so some fields are outdated
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.
@junjun-zhang after reviewin ICGC and GDC, this is something that is currently missing from SONG payload. while we have the workflow name, we dont include teh software used (like BWA MEM for alignment).
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.
right, since SONG analysis type schemas are more fleshed out, should be good to take what's currently in SONG
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.
yes, @rosibaj we discussed about this in bioinfo meetings, decided not to include tool level information in the SONG workflow section
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.
@christinayung do we want the tool level information on the platform as a searchable feature?
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.
Since there can be many tools with changing version, the list may be hard to maintain. I'd suggest storing the workflow version so that the tools can be inspected at github in details.