mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Allow gencode partitioning to work across the cluster.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<tool id="gencode_partition1" name="Gencode Partition">
|
||||
<description>partition an interval file</description>
|
||||
<command interpreter="python2.4">split_by_partitions.py /home/james/work/encode/feature_partitions/partition_list.txt $input1 $out_file1 $input1_chromCol $input1_startCol $input1_endCol $input1_strandCol</command>
|
||||
<command interpreter="python2.4">split_by_partitions.py /home/universe/encode_feature_partitions/partition_list.txt $input1 $out_file1 $input1_chromCol $input1_startCol $input1_endCol $input1_strandCol</command>
|
||||
<inputs>
|
||||
<param name="input1" type="data" format="interval" label="File to Partition"/>
|
||||
</inputs>
|
||||
|
||||
@@ -12,7 +12,7 @@ from bx.bitset_builders import *
|
||||
|
||||
|
||||
partition_index = sys.argv[1]
|
||||
partition_offset = "/home/james/work/encode/feature_partitions/" #should parse perhaps from index filepath
|
||||
partition_offset = "/home/universe/encode_feature_partitions/" #should parse perhaps from index filepath
|
||||
|
||||
warnings = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user