Skip to content
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

Useful to developers: Outputting Gene Coordinates to CSV #60

Open
3 tasks
josiahseaman opened this issue Sep 25, 2018 · 0 comments
Open
3 tasks

Useful to developers: Outputting Gene Coordinates to CSV #60

josiahseaman opened this issue Sep 25, 2018 · 0 comments

Comments

@josiahseaman
Copy link
Owner

josiahseaman commented Sep 25, 2018

I'm creating this issue here in the hopes of building developer documentation that will be helpful to others that want to add some small feature to FluentDNA.

Follow Developer Installation Instructions. Use a Python 3.4 virtualenv.

The first step is going to be getting FluentDNA running from source. Pip install is likely the easiest, since you can select you branch. You need to add a numpy dependency for Ideograms:
pip install numpy==1.13.3

pip install --process-dependency-links git+https://github.com/josiahseaman/FluentDNA.git@i53_ideogram

Personally, I use PyCharm for development. It's free and you can check out directly from GitHub. It's very convenient.
image

#53

Outputting CSV

  • Add a flag at the bottom of fluentdna.py
  • pass flag to Ideogram constructor in fluentdna.py
  • in OutlinedAnnotations.draw_exons() or similar open CSV and write.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant