Mercurial > repos > lparsons > fastq_join
annotate README.txt @ 3:8ec3dfde378b draft default tip
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit a7f8461032de196092033c9ceae9f4407a469c44
author | lparsons |
---|---|
date | Wed, 16 Dec 2015 16:01:08 -0500 |
parents | 593a729e5706 |
children |
rev | line source |
---|---|
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
1 == fastq-join Galaxy Wrapper == |
0 | 2 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
3 This is a Galaxy wrapper for the fastq-join tool from ea-utils suite. |
0 | 4 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
5 ** Installation ** |
0 | 6 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
7 Installation from a tool shed provides the necessary tool dependencies. |
0 | 8 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
9 Otherwise, make sure fastq-join is in the path. |
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
10 Move the test data files to your galaxy root test-data. |
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
11 Move the xml files to a subdirectory of your tools directory and add lines in tool_conf.xml to point to them. |
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
12 Restart the Galaxy server. |
0 | 13 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
14 ** Attribution ** |
0 | 15 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
16 The ea-utils package and associated documentation can be found at: http://code.google.com/p/ea-utils/ |
0 | 17 |
1
593a729e5706
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastq_join commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents:
0
diff
changeset
|
18 The galaxy wrapper code was written by Lance Parsons (lparsons@princeton.edu), Lewis-Sigler Institute for Integrative Genomics, Princeton University. |