# HG changeset patch
# User tyty
# Date 1419013127 18000
# Node ID 245551867ad14bfc58d89d168e9fce8011a9f096
# Parent 8b25759cc83a6d7c793858a6ba3e5180b1831743
Deleted selected files
diff -r 8b25759cc83a -r 245551867ad1 Iterative_mapping/iterative_map.xml
--- a/Iterative_mapping/iterative_map.xml Fri Dec 12 16:39:49 2014 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,96 +0,0 @@
-
-
-
- #if $mapping_file.type == "user"
- iterative_map.py $file_format.type $file_format.seq_file $reference_file $shift $length $t_end $mapping_file.type $output $mapping_file.param_v $mapping_file.param_five $mapping_file.param_three $mapping_file.param_k $mapping_file.param_a $mapping_file.param_m $mapping_file.param_best
- #else
- iterative_map.py $file_format.type $file_format.seq_file $reference_file $shift $length $t_end $mapping_file.type $output
- #end if
-
-
- biopython
- numpy
- samtools
- bowtie
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-**TIPS**:
-
------
-
-**Input**:
-
-* 1. Sequence file type (FASTA/FASTQ)
-* 2. Sequence file (fasta/fastq format)
-* 3. Reference file (fasta) used to map the reads to
-* 4. “Shift” (The length of the sequence that will be trimmed at the 3’end of the reads before each round of mapping)
-* 5. “Length” (The minimum length of the reads for mapping after trimming)
-* [Optional]
-* 1. Bowtie mapping flags (options) [Default: -v 0 -a --best --strata] (-v flag indicates the number of allowed mismatches. Use -5/-3 flag to trim the nucleotides from 5'/3' end of the reads)
-
------
-
-**Output**:
-
-A bam file with all of the reads that are mapped
-
-
-
-
-
diff -r 8b25759cc83a -r 245551867ad1 get_reads/get_read.xml
--- a/get_reads/get_read.xml Fri Dec 12 16:39:49 2014 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-
-
- get_read.py $lib_file $map_file $output
-
- biopython
- numpy
- samtools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-**TIPS**:
-
------
-
-**Input**
-
-* 1. A mapped (bam) file from Bowtie (or any other mapping program)
-* 2. Reference library sequences (fasta) used to map the reads to
-
------
-
-**Output**:
-
-A text file with reverse transcription stop counts mapped to each nucleotide (RTSC file)
-
-
-
-
-
diff -r 8b25759cc83a -r 245551867ad1 predict/predict_RNAs.xml
--- a/predict/predict_RNAs.xml Fri Dec 12 16:39:49 2014 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,85 +0,0 @@
-
-
-
- #if $reactivity.type == "restraint"
- predict_RNAs.py $rna_list $reference_file $reactivity.type $temperature $output $reactivity.reactivity_file $reactivity.slope $reactivity.intercept
- #else
- predict_RNAs.py $rna_list $reference_file $reactivity.type $temperature $output
- #end if
-
-
-
-
-
-
-
-
- biopython
- numpy
- matplotlib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-**TIPS**:
-
------
-
-**Input**:
-
-* 1. A file with transcript Ids (Max num. 100), (each ID one line)
-* 2. Reference file (fasta) used to map the reads to
-* 3. Temperature for RNA structure prediction
-* [Optional]:
-* 1. A reactivity file with structural reactivity for each nucleotide on the sequence provided
-* 2. Slope used with structural restraints (default 1.8)
-* 3. Intercept used with structural restraints (default -0.6)
-
------
-
-**Output**:
-
-* 1. .ct files with predicted RNA structures [transciptID.ct]
-* 2. .ps files which depict the predicted RNA structures [[transciptID.ps]
-* [Optional]
-* 3. .png files that shows the distribution of the reactivity of each nucleotide on the transcripts of interest. [transciptID.png]
-
------
-
-**Attention**
-
-Make sure any of the transcript Ids does not contain "|" or space!
-
------
-
-**Backend program**:
-
-* 1. This module is using RNAstructure (http://rna.urmc.rochester.edu/RNAstructure.html) as the backend program to predict RNA structures.
-* 2. Default parameters are used for RNAstructure expect -T (Temperature), -sm (slope used with SHAPE restraints) and -si (intercept used with SHAPE restraints) which users can specify the value
-
-
-
-
-
diff -r 8b25759cc83a -r 245551867ad1 reactivity_cal/reactivity_calculation.xml
--- a/reactivity_cal/reactivity_calculation.xml Fri Dec 12 16:39:49 2014 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-
-
- react_cal.py $dist_file1 $dist_file2 $seq_file $nt_spec $flag_in $threshold $output
-
- biopython
- numpy
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-**TIPS**:
-
------
-
-**Input**:
-
-* 1. RTSC files (Output of Get RT Stop Counts) for (+) and (-) library
-* 2. Reference file (fasta) used to map the reads to
-* 3. Nucleotide Specificity (Type of nucleotides to have reactivity, e.g. AC for DMS and ACTG for SHAPE)
-* [Optional]:
-* 1. A threshold to cap the structural reactivities. {Default: 7}
-* 2. Flag that determines whether to perform 2%-8% normalization {Default: Yes}
-
------
-
-**Output**:
-
-A text file with structural reactivity for each nucleotide (Reactivity file)
-
-
-
-
-