Skip to content

Support new genome browser chain file format - #16576

Merged
mvdbeek merged 3 commits into
galaxyproject:devfrom
claudiofr:dt_chain
Aug 24, 2023
Merged

Support new genome browser chain file format#16576
mvdbeek merged 3 commits into
galaxyproject:devfrom
claudiofr:dt_chain

Conversation

@claudiofr

@claudiofr claudiofr commented Aug 18, 2023

Copy link
Copy Markdown
Contributor

Closes #16539

Support new genome browser chain file format. A description of the format is found here:
https://genome.ucsc.edu/goldenPath/help/chain.html

Create a new chain.py file and Chain class to support the new datatype and add entries in datatypes_conf.xml.sample for the new datatype.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

Support a new datatype for the genome browser chain file format described here:

https://genome.ucsc.edu/goldenPath/help/chain.html

Add meta data which lists the number of chains in the file and a sniffer
for auto-detecting the chain format.
@github-actions github-actions Bot added this to the 23.2 milestone Aug 18, 2023
Comment thread lib/galaxy/datatypes/test/1.chain
Reduce number of test files from 2 to 1 and make it smaller.
Change doctest to be more comprehensive.
@mvdbeek
mvdbeek merged commit 02fb8c2 into galaxyproject:dev Aug 24, 2023
@mvdbeek

mvdbeek commented Aug 24, 2023

Copy link
Copy Markdown
Member

Thank you @claudiofr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support genome browser chain file format

3 participants