Mercurial > repos > matces > carpet_toolsuite
changeset 1:78770028dcf1 default tip
Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
line wrap: on
line diff
--- a/carpet-src-1/suite_config.xml Tue Jun 07 16:50:41 2011 -0400 +++ b/carpet-src-1/suite_config.xml Tue Jun 07 16:59:33 2011 -0400 @@ -1,4 +1,4 @@ -<suite id="CARPET_toolsuite" name="CARPET" version="1.0.0"> +<suite id="CARPET_toolsuite" name="CARPET" version="1.0.1"> <description>This suite contains all tha CARPET tools created for Galaxy</description> <tool id="view_chip" name="ChipView" version="1.0.0"> <description>looking into the chip</description> @@ -15,7 +15,7 @@ <tool id="common unique" name="Com&Uni" version="1.1.0"> <description>easy way to compare results</description> </tool> - <tool id="Annotation_RefSeq" name="GIN" version="1.2.0"> + <tool id="Annotation_RefSeq" name="GIN" version="1.3.0"> <description>Gene Intervals Notator</description> </tool> <tool id="Annotation visualization" name="GIN visualizator" version="1.0.0">
--- a/carpet-src-1/tools/CARPET/MapToExon_RefSeqMat.xml Tue Jun 07 16:50:41 2011 -0400 +++ b/carpet-src-1/tools/CARPET/MapToExon_RefSeqMat.xml Tue Jun 07 16:59:33 2011 -0400 @@ -1,4 +1,4 @@ -<tool id="Annotation_RefSeq" name="GIN" version="1.2.0"> +<tool id="Annotation_RefSeq" name="GIN" version="1.3.0"> <description>Gene Intervals Notator</description> <command interpreter="perl">MapToExon_RefSeqMat_new.pl $input1 $input2 $promoter $3prime $priority $output</command> <inputs>
--- a/carpet-src-1/tools/CARPET/MapToExon_RefSeqMat_new.pl Tue Jun 07 16:50:41 2011 -0400 +++ b/carpet-src-1/tools/CARPET/MapToExon_RefSeqMat_new.pl Tue Jun 07 16:59:33 2011 -0400 @@ -144,7 +144,7 @@ } $geneName=$kEle[$zname]; $exonStartref=$kEle[$zexonstart]; - my $feature="$ref\t$geneName\t$transcriptStart\t$transcriptStop\t$strand"; + #my $feature="$ref\t$geneName\t$transcriptStart\t$transcriptStop\t$strand"; my @exonStart=split(",", $exonStartref);