Volley Pong Mac OS

Posted on  by

Pong has been tested on Mac OS X (10.8-10.15), Linux (Ubuntu 15.04, Linux Mint 17.2), and Windows 7. Pong is hosted on PyPI and can thus be easily installed with pip. In order to run pong, you need Python 2 (version 2.7.8 or newer) and a modern web browser (e.g. Chrome, Firefox, Safari). Pong is not compatible with Internet Explorer. The title says it all:) Sorry - I was not precise. I have played the game with a friend now and we have problems to exit the game - I miss an exit option as part of the menu - or just pressing Esc in the menu to exit the game (maybe with yes/no dialogue).

This document serves as a quick-start guide and reference card for installing and using pong. Please refer to the software manual, which can be downloaded from the Ramachandran Lab website, for comprehensive information.

pong has been tested on Mac OS X (10.8-10.11), Linux (Ubuntu 15.04, Linux Mint 17.2), and Windows 7.

pong is hosted on PyPI and can thus be easily installed with pip. In order to run pong, you need Python 2 (version 2.7.8 or newer) and a modern web browser (e.g. Chrome, Firefox, Safari). pong is not compatible with Internet Explorer.

To install pong, run:

Note as of March 2019:

The newest version of munkres, a pong dependency, is no longer compatible with Python 2; we will push an update of pong to pip ASAP. For now, use this workaround:

You should be able to fix the issue on your local machine by swapping out for the version of munkres that pong needs:

Linux-specific tips

On some Linux systems, the install command may fail due to a permissions error. In that case, try running sudo pip install pong instead. You will be prompted to enter in your computer login password. If that doesn't work either, try running the command as the super user:

Mac-specific tips

Note that the Apple system default Python cannot run pong. Python 2.7 and pip can be installed manually, but we find that setup is easiest if you have Homebrew and Homebrew-installed Python. Using Homebrew, pong's dependencies, and subsequently pong itself, can be installed [ or updated ] as follows:

pong is executed through the command line. To see a complete list of options, run:

Mac Os Catalina

Note to Windows users: On some Windows systems, pong may not be installed as an executable, and thus cannot be run using this command. Instead, replace pong with python pathtopong.

We have provided an example dataset on which you can run pong (download available at the Ramachandran Lab website). Using data from the 1000 Genomes Project Phase3 (2,426 individuals), we performed 8 runs of ADMIXTURE at each value of K from K=2 to K=8. To analyze the example dataset with pong, navigate to the unzipped example directory and run:

Information regarding pong's application to the input data will be displayed to your terminal window. After its algorithms complete, pong initializes a web server on localhost:4000 (you can change the port on which pong operates with the command line option --port). Once you navigate to localhost:4000 on your web browser, pong will detect a new browser connection and begin rendering the visualization.

pong's setup was designed to be low-hassle. This section details the required and optional input files that pong handles.

Clustering output

pong accepts clustering output files, or Q matrices, from a variety of clustering inference programs. The command line option -c, or --ignore_cols, tells pong how many leading columns of each row of the input Q matrix files to skip before parsing individual membership coefficients. For example, use -c 5 for some versions of Structureindiv output to ignore covariate metadata. In the case that no leading columns should be skipped (e.g. for ADMIXTURE output), it is not necessary to provide -c 0 because the default value of -c is 0.

Volley Pong Mac OS
A few related notes:
  • Don't worry about trailing columns; they will not be parsed (after -c leading columns are ignored, only the first K columns are used).
  • pong parses Q matrix files as whitespace-delimited by default. If, for some reason, this is not the case with your input data, you can specify any column delimiter with the option --col_delim (e.g. --col_delim ',' for CSV files, or --col_delim 't' for tab-delimited files).
  • While pong does handle leading/trailing columns in Q matrices, it does not handle leading/trailing rows. These rows must be stripped prior to analysis with pong (i.e. for a dataset with n samples, every Q matrix file should have n lines).

Volley Pong Mac Os Download

filemap file

A bit of information about the input Q matrices must be provided, in the form of a filemap. A filemap is a three-column, tab-delimited file. Each line contains the following information about a single Q matrix:

  1. A unique ID (e.g. iter5_K=7; this must contain at least one letter, and cannot contain a hashmark/hashtag or a period. Integers, spaces, and other special characters are accepted.)
  2. The K value
  3. The Q matrix file path, relative to the filemap. Thus, if the filemap is in the same directory as the Q matrix files, this is just the name of the Q matrix file.

It is important that the columns of your filemap are in the right order and that the file is tab-delimited. Use the filemap provided with the example dataset for reference. Use the command line option -m, or --filemap, to pass pong the path to your your filemap.

Population labels (optional)

ind2pop data

It is common for Q matrices to be annotated with population metadata. In many datasets, individuals are assigned a population code/label/number; we refer to this as ind2pop data. If provided with this information, pong's visualization will sort individuals by population, partition populations with black lines, and sort individuals within each population by their membership in the population's major cluster.* Other covariates, such as continent or language spoken, can also be used as ind2pop in place of population metadata.

You can provide ind2pop data with the command line option -i, or --ind2pop. The argument to this option can be either of the following:

  • An integer, representing the Q matrix column number that contains ind2pop data. For example, use -i 4 for standard Structure output.
  • The path to an ind2pop file, where line i of this file contains the ind2pop data (i.e. population code/label/number) for the individual represented by line i of the Q matrix files.

Note that the population codes/labels/numbers provided as ind2pop data should not contain any whitespace.

Population order and detailed names

If you provide ind2pop data, you may provide an additional file specifying the desired order in which to display the populations (as the argument to the command line option -n). This file should have one population code/label/number per line; the top-to-bottom order of the file corresponds with the left-to-right display order of the populations.

You may want to more descriptive population names to be displayed (e.g. if the input ind2pop data are numbers, cryptic three-letter codes, etc.); in this case, you can add a second column (tab-delimited) to the population order file containing population names. Space characters are allowed in these names. See the file pop_order_expandednames.txt in the example dataset for reference.

Custom colors for visualization (optional)

pong provides default colors (unless K_max > 26), but it is possible to provide pong with a file containing a set of colors to use for visualization (using the command line option -l). This file must contain at least K_max colors, with one color per line. Because pong's visualization is web-based, colors can be provided in any format that is accepted by CSS (e.g. #ff0000, rgb(255,0,0), red).

The example dataset, software manual, and other relevant materials can be found at the Ramachandran Lab website.

Contact Aaron Behr or Sohini Ramachandran for more information.

*We have found that this sorting operation makes it much easier to understand the distribution of cluster membership within each population. Note that pong performs this sorting operation on a single Q matrix (the bottom-most plot in the main visualization, which is the representative run of the major mode of the highest K-value) and propagates that order through all the other visualized Q matrices, such that the ordering of individuals is consistent across all plots.

  • This game is a simulator of the outdoor game volley-ball, one of the most popular ballgames worldwide. Play it on your hi-res Palm on the journey to the seacoast or in a big city and enjoy the shining sun and emerald sea. Great graphics, and just. ...

    • volleyballey_palm.zip
    • Absolutist
    • Demo ($16.95)
    • 1.14 Mb
    • PalmOS
  • This game is a simulator of the outdoor game volley-ball, one of the most popular ballgames worldwide. Play it on your hi-res Palm on the journey to the seacoast or in a big city and enjoy the shining sun and emerald sea. Great graphics, and just. ...

    • volleyballey_palm.zip
    • Absolutist.com
    • Shareware ($16.95)
    • Palm OS 5
  • Peng-pong is a project to create a nice pong game in SDL with innovative rules and methods of interaction and play. Some, but not all of these innovations include multiple-ballgames, multiple paddles, multiple players, and a new way of scoring one's. ...

    • PengPongv.3a-win.zip
    • pengpong
    • Freeware (Free)
    • 392 Kb
    • Windows; Mac; Linux
  • Play 3D 9-Ball game & get $2 Free! Download now and enjoy 4 variation of Pool (billiards) games, and 3 types of Snooker games. Visit us and enjoy the web's most realistic 3D Graphics. Play 8-Balll game now, it's fast, easy and 100% free!

    • PoolSharksInstaller37.exe
    • PoolSharks.bz
    • Freeware (Free)
    • 4.86 Mb
    • WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003
  • Play 3D 8-Ball game & get $2 Free! Download now and enjoy 4 variation of Pool (billiards) games, and 3 types of Snooker games. Visit us and enjoy the web's most realistic 3D Graphics. Play 8-Balll game now, it's fast, easy and 100% free!

    • PoolSharksInstaller36.exe
    • PoolSharks.bz
    • Freeware (Free)
    • 4.86 Mb
    • WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003
  • Play 9-Ball game & get $2 Free! Download now and enjoy 4 variation of Pool (billiards) games, and 3 types of Snooker games. Visit us and enjoy the web's most realistic 3D Graphics. Play 8-Balll game now, it's fast, easy and 100% free!

    • PoolSharksInstaller39.exe
    • PoolSharks.bz
    • Freeware (Free)
    • 4.86 Mb
    • WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003
  • Play 8-Ball game & get $2 Free! Download now and enjoy 4 variation of Pool (billiards) games, and 3 types of Snooker games. Visit us and enjoy the web's most realistic 3D Graphics. Play 8-Balll game now, it's fast, easy and 100% free!

    • PoolSharksInstaller38.exe
    • PoolSharks.bz
    • Freeware (Free)
    • 4.86 Mb
    • WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003
  • Harry The Hamster 3 is an interesting skill game for free. Harry is enjoying a trundle in his hamster ball, but the evil cat has him trapped and gets his nasty servants to attack. The goal for you is to get Harry safely.

    • harry_the_hamster_3.exe
    • NowStat.com
    • Freeware (Free)
    • 1.69 Mb
    • WinXP, WinNT 4.x, WinNT 3.x, WinME, Win98, Win95
  • Matmi New Media and Sport Relief brings you Animal Athletics! Compete in 3 insane athletic games, testing your skill and speed. You will need quick fingers, fast reactions and good mouse wiggling skills to beat the best in this all out action sports. ...

    • AnimalAthletics.zip
    • Matmi New Media
    • Freeware (Free)
    • 256 Kb
    • Windows All, Unix, Mac Other, Mac OS X, Linux Open Source, Linux Gnome, Linux
  • At Ruby Bingo you can enjoy online bingo at its very best - 24 hours a day, seven days a week! With user-friendly features, and superb sound and graphics, there are many promotions and various games to keep the action going.

    • ruby-bingo.zip
    • Online Casino Games
    • Freeware (Free)
    • 1.07 Mb
    • Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista
  • Online Billiards in a 3D environment where you can compete with players around the world. Grand Billiards is a brand new skill game designed to bring online pool playing into the 21st century. Combining lots of exciting, free game play options and social media enhancements with stunning, detailed graphics, the game brings pool into a true 3-D environment.

    • GrandBilliardSmartInstaller11000.exe
    • Online Billiard
    • Freeware (Free)
    • 173 Kb
    • Win 3.1x, Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista
  • Come and play this exciting three men soccer game with the computer! This is a 3 man mini soccer game. You can perform tackles, passes and shoots.

    • soccer.exe
    • Novel Games Limited
    • Freeware (Free)
    • 340 Kb
    • Windows2000, WinXP, Windows2003, Windows Vista

Related:Volley pong mac os proHamster Ball Games - Hamster Ball - Hamster Ball Game - Hamster Ball Free - Free Hamster Ball
Pages : 1 2 3>