Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

TrackHub/generate bigBed files #14

Merged
merged 31 commits into from
Oct 23, 2021
Merged

TrackHub/generate bigBed files #14

merged 31 commits into from
Oct 23, 2021

Conversation

xuebingjie1990
Copy link
Member

generate bigBed files for visualization and create BED set trackHub on Genome Browser.

README.md Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
pipeline_interface.yaml Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
bedmaker.py Outdated Show resolved Hide resolved
pep_schema.yaml Outdated
@@ -49,6 +50,7 @@ properties:
required:
- input_file_path
- output_file_path
Copy link
Member

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.

Copy link
Member

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
Copy link
Member

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...

Copy link
Member Author

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.

bedmaker.py Outdated Show resolved Hide resolved
@xuebingjie1990 xuebingjie1990 merged commit 276580e into master Oct 23, 2021
@xuebingjie1990 xuebingjie1990 deleted the trackHub branch October 23, 2021 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants