# HG changeset patch
# User m-zytnicki
# Date 1366643470 14400
# Node ID b0e8584489e643ad98ec53f24152fa2af3144fec
# Parent 6135c3075bc5c21b3d47ad6bc93bc91839cac8f6
Deleted selected files
diff -r 6135c3075bc5 -r b0e8584489e6 SMART/galaxy/cleanGff.xml
--- a/SMART/galaxy/cleanGff.xml Mon Apr 22 11:09:41 2013 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-
- Clean a GFF file (e.g. as given by NCBI) and produces a new GFF3 file, understood by S-MART.
- ../Java/Python/cleanGff.py -i $inputFile
- -t $type
- -o $outputFile
-
-
-
-
-
-
-
-
-
-
-
-
- A GFF file (please consult http://www.sequenceontology.org/gff3.shtml to know more about it) may contain different sources of information: chromosome size, genes, transcripts, etc. S-MART mostly works on transcripts. This scripts filters the input GFF3 to keep the information you really want, based on the feature (3rd column).
-
-
-
diff -r 6135c3075bc5 -r b0e8584489e6 SMART/galaxy/clusterize.xml
--- a/SMART/galaxy/clusterize.xml Mon Apr 22 11:09:41 2013 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-
- Clusterize features when their genomic intervals overlap.
-
- ../Java/Python/clusterize.py -i $formatType.inputFileName
- #if $formatType.FormatInputFileName == 'bed':
- -f bed
- #elif $formatType.FormatInputFileName == 'gff':
- -f gff
- #elif $formatType.FormatInputFileName == 'gff2':
- -f gff2
- #elif $formatType.FormatInputFileName == 'gff3':
- -f gff3
- #elif $formatType.FormatInputFileName == 'sam':
- -f sam
- #end if
- -o $outputFileGff
- $colinear
- $normalize
- -d $distance
- $log $outputFileLog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 6135c3075bc5 -r b0e8584489e6 SMART/galaxy/getSequence.xml
--- a/SMART/galaxy/getSequence.xml Mon Apr 22 11:09:41 2013 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-
- Get a single sequence in a FASTA file.
- ../Java/Python/getSequence.py -i $inputFile
- -n $name
- -o $outputFile
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-