-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
pep_schema.yaml
Outdated
@@ -49,6 +50,7 @@ properties: | |||
required: | |||
- input_file_path | |||
- output_file_path |
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.
should we rename output_file_path
?
it's weird to see:
output_file_path
output_bigbed_path
.
expect both or neither to include format.
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 agree.
Also, I'm not sure why (derived attribute)
has been included in the property description in both cases. Technically, it does not have to be derived
max_file_size cores mem time | ||
0.001 1 8000 00-18:00:00 | ||
NaN 1 16000 01-00:00:00 |
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.
does this really require 16G of memory? this seems like a lot...
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.
does this really require 16G of memory? this seems like a lot...
Some of the encode files needed more than 16G.
I changed the code from using pandas to awk. I still need to test how much memory it needs after the change.
generate bigBed files for visualization and create BED set trackHub on Genome Browser.