A python tool for speculation of ancestral allel, calculation of sfs and drawing its bar plot

This is a tool for speculation of ancestral allel, calculation of sfs and drawing its bar plot. It is easy-to-use and runing fast. What you should prepare is the phased vcf file containg the data of populations you intrested and the outgroup, the outgroup name file, and the annotation file. Enjoy it!!! It has four models: 0:Using all function, from original vcf data to sfs barplot    

Read more

A python package that fetches tweets and user information in a very pythonic manner

Tweetsy uses Twitter’s underlying API to fetch user information and tweets and present it in a human-friendly way. What makes Tweetsy special is that everything is an object here. So it makes it very easier for the end users to store the data however they want, i.e. CSV, HTML or even in cloud database. This will become more clear in the following sections. Getting user data This package was originally designed to get user information (i.e. name, number of follower, […]

Read more

Python to scrape overview and reviews of companies from Glassdoor

Data Scraping for Glassdoor This is python to scrape overview and reviews of companies from Glassdoor. Please use it carefully and follow the Terms of Service that explicitly prohibits web scraping. Built With Getting Started Download the SeleniumGlassdor.py file. Change the path of the chromedriver on your machine. Use your own file that contain the lists of the companies glassdoor url. The company url csv file is also attached here. The way to generate the file is also based on […]

Read more

Pre-1.0 door/chest sound injector for Minecraft

Pre-1.0 door/chest sound injector for Minecraft. While the game is running, doorjector hotswaps the new sounds for the old right before the sounds become cached, allowing the injected SFX to bypass Mojang server authentication. You need to execute the script while on the dirt splash screen, before going into a game. Injecting during active playthrough causes the cache to randomize the sounds, and it’s really just not an enjoyable experience for anyone involved. Injected SFX only work in their active […]

Read more

Lung Segmentation with fastapi

This app uses FastAPI as backend. Usage First install required libraries by running: pip install -r requirements.txt To run the application run following command in src dir: uvicorn main:app –reload or Tutorial main page fastapi documentation http://localhost:8000/docs show results http://localhost:8000/imshow GitHub   To finish reading, please visit source site

Read more

Template for a Dataflow Flex Template in Python

This repository contains a template for a Dataflow Flex Template written in Python that can easily be used to build Dataflow jobs to run in STOIX using Dataflow runner. The code is based on the same example data as Google Cloud Python Quickstart, “King Lear” which is a tragedy written by William Shakespeare. The Dataflow job reads the file content, count occurencies of each word and inserts it to a BigQuery table. We also add the schedule date to the […]

Read more
1 378 379 380 381 382 928