Code Monkey home page Code Monkey logo

Comments (2)

lheisler avatar lheisler commented on August 19, 2024

I;ve reorganized the directory structure, to include the folder analysis_pipelines under lib. This replaces the data_type folder. Under this are subfodlers for the genetic _alteration_types listed above. Each holds a python script that executes a pipeline for processing the data. Under data_type there were distinctly named files (eg. mutation_data.py) that contained shared support functions used by each of the pipelines. This was changed to support_functions.py. To implement these changes, the study config file was modified to include a separate analysis column, which specified the genetic_alteration_type. The file still contains a type column which is the datatype. The code contains an object of class CONFIG that was modified to handle this, and it is from this object that the path to the pipeline script is located. I've tested this for MUTATION_EXTENDED, using the Mutect pipeline. All the MUTATION_EXTENDED pipelines were modified, and should be working now. Other Genetic_alteration_types still need to be fixed. I'll set up some additional tests to ensure these are working okay

from cbioportal_tools.

lheisler avatar lheisler commented on August 19, 2024

I am setting up test datasets for each pipeline. As modifications to the code are made, I'll test each of the pipelines for successful creation of an import folder. If any failures, I'll open up an issue to address it in the code.

Closing this issue, will open as a separate issue to develop this further as I think some additional code reorganization would benefit being able to extend the tool with new pipelines.

from cbioportal_tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.