BriXen Mac OS
Barbieri Gateway for Mac and PC. Geometry: - refl ection 45°/0° - transmission d/0° System requirements. Microsoft Windows XP or later (32 and 64 bit). Mac OS X 10.5 or later (Intel) SpectroPad is a revolutionary color measuring and pro-cess control device. This portable, professional spec. Jazmyn is a 32-bit, Protected mode, Multitasking OS which runs on i386 CPU`s. Its completely written in C & a bit of 8086 assembly. Jazmyn has 4 major parts of an OS: Process management,Memory management, Device management & File system driver.
sasha:rbx brian$ chruby rbx |
sasha:rbx brian$ gem install celluloid-io |
Successfully installed timers-1.1.0 |
Successfully installed celluloid-0.14.1 |
Fetching: nio4r-0.5.0.gem (100%) |
Building native extensions. This could take a while... |
Successfully installed nio4r-0.5.0 |
Fetching: celluloid-io-0.14.1.gem (100%) |
Successfully installed celluloid-io-0.14.1 |
4 gems installed |
sasha:rbx brian$ rbx duplex.rb |
[PRODUCTION] *** Starting server on 127.0.0.1:1234 |
[TEST] *** Starting server on 127.0.0.1:1235 |
[PROXY] *** Starting server on 127.0.0.1:2000 |
[PRODUCTION] *** Received connection from localhost:54545 |
[PRODUCTION] RECEIVED: |
[PRODUCTION] *** Received connection from localhost:54546 |
[PRODUCTION] RECEIVED: |
GET / HTTP/1.1 |
Host: 127.0.0.1:1234 |
Connection: keep-alive |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.12 Safari/537.31 |
Accept-Encoding: gzip,deflate,sdch |
Accept-Language: en-US,en;q=0.8 |
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 |
[PRODUCTION] *** localhost:54546 disconnected |
[PRODUCTION] *** localhost:54545 disconnected |
posted by Valerie Obenchain, July 2014
Contents
- Software Infrastructure
- Education and Outreach
- Build System
- Resources, Courses and Conferences
Software Infrastructure
BSgenome
packages 2bit conversion
Current use cases for BSgenome packages emphasize quering many smallerregions across the entire genome, e.g., assembling many transcriptsequences from the underlying coding sequence genomic ranges. Toefficiently enable this use case, many BSgenome data packages are nowusing the UCSC 2bit format to store the sequences on disk.
One limitation of the 2bit format is that it does not support genomesthat contain letters other than As, Cs, Gs, Ts, or Ns. These genomes(e.g. hg17, hg18, GRCh38, Ecoli, TAIR.04232008, and TAIR.TAIR9) usethe previous .rda storage format, with fast whole-chromosome accessbut somewhat slower but still very usable random access.
The 2bit format is currently available in devel, but will be part ofthe next release of Bioconductor. Hervé and Martin worked onthis project with thanks to Michael for supporting the 2bit format inrtracklayer
.
S4 Vectors
package
In April Hervé started to split out the low level functions from IRanges
and move them to the new S4Vectors
package.IRanges
had grown to 90 classes, 157 generics and 844 methodsand was becoming difficult to maintain. The plan is to movecode that does not involve ranges, e.g., the Vector
andList
virtual classes, and DataFrame
, Rle
and Hits
concrete classes. This is a work in progress and estimated to be about 30% done.
pileups
Nate has been working on a pileup()
function which computespileup statistics in BAM files. Design goals were versatile record filtering and flexible presentation of results for downstream analyses. Filtering is achieved through the ScanBamParam
and PileupParam
objects; output is a data.frame
with variable columns based on the filtering applied.
pileup()
is available in the Rsamtools
package in devel. Other Bioconductor
packages that offer pileup-like functions include gmapR
(bam_tally), deepSNV
(bam2R) and Rsubread
(featureCounts). All have slightly different input requirements and output formats, see the man pages for details.
Git-SVN Bridge
The Bioconductor
project uses a Subversion (SVN) source controlsystem. SVN is effective for version control but does not offer social coding features such as GitHub’s issue tracking, pull requests or ease in granting permissions.
In response to popular request, Dan created the Git-SVN Bridge to allow Github repositories to sync with the Bioconductor
SVN repository. Commits made in SVN are propagated to GitHub and vice versa. The service has been well received, with 73 bridges created as of June 2014.
To create a bridge see the Git-SVN Bridge HOWTO.
Bioconductor Amazon Machine Image (AMI)
The Bioconductor AMI has been overhauled and is now compatible withStarCluster. These enhancements makeit straightforward to spin up a cluster with nodes that communicate via MPI, SSH or Sun Grid Engine. Details available atthe AMI page.
The process of creating the AMI has been automated using Vagrantand Chef. Our scripts are publicly available,and can be used to provision an AMI, or a virtual machine (using Virtualbox or VMware) or even a physical machine.
Education and Outreach
Web site re-design
The Bioconductor
home page now has what we hope is a moreintuitive and user friendly interface. The ‘Install’, ‘Learn’, ‘Use’ and ‘Develop’ fields organize resources for the novice through the advanced developer.
Have a look at the new design.
biocViews
Sonali continued her work on biocViews this quarter. A new function,recommendBiocViews()
is available in the biocViews
package. Thefunction looks at words in the DESCRIPTION, man pages and vignette,and suggests possible terms for use in the biocViews:
field ofpackage DESCRIPTION files. The function also identifies invalidbiocViews terms (e.g., mis-spellings) present in the packageDESCRIPTION file.
recommendBiocViews()
has been incorporated into the Single PackageBuilder that checks new package submissions; new package authors areencouraged to run it before submitting a package. Remember that biocViews are case-sensitive and branch-sensitive (i.e., terms for a Software package must come from the Software branch of biocViews).
Sonali distributed recommended views for all devel software packagesto the mailing list in June. For the complete list see thispost.
Instructional videos
We are looking into short, single-topic videos as an interactive complement to traditional vignettes and workflows.
The plan is to create a series of 5 minute videos that encapsulate a HOWTO skill or overview a project aspect. You can tour the website with Dan or do a ‘quick start’ with Martin’s overview of key packages and classes.Watch Marc slice and dice an AnnotationDb object or read BAM and VCF files with Sonali and Valerie.
Sonali and Martin have led this effort and plan to unveil the first videos at BioC 2014 in Boston.
Build System
Branching the experimental data Subversion repository
Historically, only the Subversion repository for the Bioconductor
softwarepackages had a distinct branch for each release. Subversion repositories forexperimental data and annotation packages had a trunk with no branches.
Starting with the Spring 2014 release a branch was created in the Subversionrepository for the experimental data. The motivation was to allow software and experimental data packages to evolve together in release and devel build environments. It was often the case that updates to a software package broke the companion experimental data. Changes made to the experimental data were committed to trunk and propagated to both release and devel builds creating incompatibilities in one place or the other.
A consequence of creating the new branch is the need to bump ‘y’ ofthe ‘x.y.z’ version numbering scheme at release time (as we do for software). The Annotations have not changed; they are not under Subversion, do not go through automated builds and do not have a version policy.
Changes in how the experimental data Subversion repository is manged are relevant for developers only. The public repositories remain the same with a separate repository for each Bioconductor
version. There is no visible change for users accessing the public repositories.
New Mac OS X Mavericks build machines
An R
3.1.0 binary for Mac OS X 10.9 (Mavericks) is now available fromR Core. This R
as been built with Xcode 5 to leverage new compilers and functionalities in Mavericks not available in earlier OS X versions.
To provide compatible Bioconductor
package binaries we needed newbuild machines. Dan has configured two new Mavericks, one in release(morelia) and one in devel(oaxaca).
The introduction of Xcode and the clang compiler resulted in new errors for packages with C and C++ code. Nate and Dan spent manyhours troubleshooting with package authors and came up with a list of common problems and solutions. Lessons learned were distilled into the C++/Mavericks Best Practicesdocument.
Quarterly Project Statistics
There were 86953 downloads of Bioconductor
software packagesover the past quarter (April - June). During this time 41 new software packages were accepted. A full summary of package download stats isavailable here.
Broken Mac Screen Repair Cost
The web site saw approximately 119,000 visitors (26% increase from the previous year) from 180 countries, with the US, China, United Kingdom, Germany, and Canada at the head of the pack.
Resources, Courses and Conferences
Data Analysis for Genome Biology (CSAMA)
This one week intensive course is offered each year in Brixen-Bressanone,Italy and focuses on statistical and computational analysis of large-scale biological experiments. The course is intended for researchers with basic familiarity with the experimental technologies and who are interested in developing their own advanced data analyses.
Topics this year included RNASeq differential expression, variant calling and ChIP-Seq as well as the essentials of statistical testing, machine learning, visualization and of course using R. Michael Lawrence presented a Scalable Genomics
lab which covered topics of limiting resource consumption, using iteration when appropriate, and scaling genome graphics. Much of the material is based on a manuscriptcurrently in press at the journal Statistical Science.
Materials from the June 2014 course are available on the web.
Community Resources
New Community Resources linksinclude the book and lab from MOOC: PH525x Data Analysis for Genomics.This online course was offered in April 2014 by Rafael Irizarry and Michael Love. Course goals were to enable students to analyze and interpret data generated by modern genomics technology, specifically microarray and next generation sequencing. Applications included gene expression, association of genomic variants to disease, and measuring epigenetic marks.
Also on the Community page are links to YouTube videos made by communitymembers, tips on getting started with R/Bioconductor by Thomas Girke, analysis of 23andme data by Vince Buffalo and Sean Davis’ R/Bioconductor blog.
BioC 2014
The annual meeting is in Boston this year (July 30 - August 1). See theweb sitefor a list of speakers and workshops.
Broken Mac Screen
Please send comments or questions to Valerie at vobencha@fhcrc.org.