comparison README.txt @ 4:0979980b5bdc

edited README file
author biomonika <biomonika@psu.edu>
date Fri, 20 Feb 2015 14:50:31 -0500
parents 0d8315be76b7
children 939e59027486
comparison
equal deleted inserted replaced
3:8fbe25248354 4:0979980b5bdc
1 LinkYX 1 **Fully automated pipeline for detection of sex linked genes using RNA-Seq data**
2 2
3 Fully automated pipeline for detection of sex linked genes using RNA-Seq data 3 This pipeline has been designed for detection of sex-linked genes from the cross using RNASeq data. It contains two workflows, one for detection of Y-linked and one for detection of X-linked genes.
4 4
5 The installation is described on the project wiki page: 5 INSTALLING PREREQUISITES
6 https://bitbucket.org/biomonika/linkyx/wiki/Home 6 You will need 3 prerequisites in order to successfully run this pipeline:
7 1) install linkyx
8 2) install tool dependencies
9 3) import workflows
7 10
8 In order to install additional tools used in the workflow, please install following repository suite definition to the Galaxy: 11 1) The easiest way how to install linkyx tools is to login to your local Galaxy instance and click Admin -> Search and browse tool sheds -> Galaxy tool shed -> linkyx
9 https://testtoolshed.g2.bx.psu.edu/view/marten/suite_linkyx_bundle_0_1
10 12
11 Code repositary: bitbucket.org/biomonika/linkyx 13 Click on the tool and then simply press button "Install to Galaxy" in the upper part of the screen.
14 This tool repository contains four tools:
15 LINKYX_X
16 Identify X linked contigs from cross
12 17
18 LINKYX_Y
19 Identify Y linked contigs from cross
20
21 LINKYX_mpileup
22 Run mpileup with LINKYX-specific parameters
23
24 Reformat Trinity header
25
26 All tools can be run independently, but the easiest way to obtain proper input files is via provided workflows.
27
28 2) The dependencies can be installed in a similar fashion as linkyx tool from the Galaxy tool shed by searching for suite_linkyx_1_0
29
30 3) When installing linkyx from toolshed, you can click on the "Workflows" on the main page describing the tool in the section "Contents of this repository". After clicking on either linkY or linkX, you will be presented an option to install the workflows by clicking "Install to Galaxy" button
31
32 RUNNING THE WORKFLOWS
33 After you imported workflows to the galaxy and installed linkyx and workflow dependencies, the pipeline is ready to go.
34
35 You can access it by clicking on the "Workflow" in the upper gray layer of your Galaxy instance. After clicking on the name of the workflow and choosing "Run", you will be requested to select input datasets, two for each member of the cross since paired-end reads are expected by default. If you don't have your data yet, test files are available in this repository. The computation for these files ends in ~5 minutes and outputs one X-linked and one Y-linked contig.
36
37 CONTACT INFORMATION
13 If you have any questions, please use following email address: biomonika@psu.edu 38 If you have any questions, please use following email address: biomonika@psu.edu