# HG changeset patch # User saharlcc # Date 1495800786 14400 # Node ID c6d2dbdf0a4d619de6ad4198f7a35a34f52ad24e # Parent 40e893e4a37fe4d95eb478e959eb27731bf36a26 Uploaded diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2.zip Binary file isoem2_isode2.zip has changed diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/IsoEM.loc --- a/isoem2_isode2/IsoEM.loc Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/IsoEM.loc Fri May 26 08:13:06 2017 -0400 @@ -3,10 +3,10 @@ #NOTE: All entries in this file MUST be tab-delimited #Every entry has the following 5 fields: -#Reference name - +#Referencename -mm10-RefSeq77 /import1/GTF/mm10RefSeq77UCSCAug29-2016.gtf /import1/tmap-index/tmap3.4.1/mm10-RefSeq77/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/hisat2-index/mm10-RefSeq77/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/GTF/mm10RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt -hg38-RefSeq77 /import1/GTF/hg38RefSeq77UCSCAug29-2016.gtf /import1/tmap-index/tmap3.4.1/hg38-RefSeq77/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/hisat2-index/hg38-RefSeq77/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/GTF/hg38RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt - \ No newline at end of file +hg38_RefSeq /galaxy-prod/galaxy/tools-dependencies/references/GTF/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta.GTF /galaxy-prod/galaxy/tools-dependencies/references/hisat2-index/hg38-RefSeq/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /galaxy-prod/galaxy/tools-dependencies/references/GTF/hg38RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt +mm10_RefSeq /galaxy-prod/galaxy/tools-dependencies/references/GTF/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta.GTF /galaxy-prod/galaxy/tools-dependencies/references/hisat2-index/mm10-RefSeq/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /galaxy-prod/galaxy/tools-dependencies/references/GTF/mm10RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt + + diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/IsoEM.loc.sample --- a/isoem2_isode2/IsoEM.loc.sample Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/IsoEM.loc.sample Fri May 26 08:13:06 2017 -0400 @@ -3,10 +3,10 @@ #NOTE: All entries in this file MUST be tab-delimited #Every entry has the following 5 fields: -#Reference name - +#Referencename -mm10-RefSeq77 /import1/GTF/mm10RefSeq77UCSCAug29-2016.gtf /import1/tmap-index/tmap3.4.1/mm10-RefSeq77/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/hisat2-index/mm10-RefSeq77/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/GTF/mm10RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt -hg38-RefSeq77 /import1/GTF/hg38RefSeq77UCSCAug29-2016.gtf /import1/tmap-index/tmap3.4.1/hg38-RefSeq77/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/hisat2-index/hg38-RefSeq77/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /import1/GTF/hg38RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt - \ No newline at end of file +hg38_RefSeq /galaxy-prod/galaxy/tools-dependencies/references/GTF/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta.GTF /galaxy-prod/galaxy/tools-dependencies/references/hisat2-index/hg38-RefSeq/hg38RefSeq77UCSCAug29-2016GTF-polyA200.fasta /galaxy-prod/galaxy/tools-dependencies/references/GTF/hg38RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt +mm10_RefSeq /galaxy-prod/galaxy/tools-dependencies/references/GTF/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta.GTF /galaxy-prod/galaxy/tools-dependencies/references/hisat2-index/mm10-RefSeq/mm10RefSeq77UCSCAug29-2016GTF-polyA200.fasta /galaxy-prod/galaxy/tools-dependencies/references/GTF/mm10RefSeq77UCSCAug29-2016_TranscriptIDGeneName.txt + + diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/README.txt --- a/isoem2_isode2/README.txt Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/README.txt Fri May 26 08:13:06 2017 -0400 @@ -16,9 +16,11 @@ 4) Edit isoem_wrapper.sh and IsoDE2.sh. Change tool paths to where they are installed on your system -5) build hisat2 and/or tmap index, depending on the type of your RNA-Seq data, for the reference you will use for mapping +5) build hisat2 for the reference you will use for mapping 6) Edit the .loc file with paths to your reference files: GTF, Transcript to gene cluster, and mapper indices), and copy it under tool-data directory in Galaxy Note: If you need only one of the two mappers (say hisat2), you can replace the other path to the other maaper index with a dummy path 7) copy the entry in the tool_data_table_conf.xml file provided in this repository to the tool_data_table_conf.xml in your Galaxy config directory + + diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/isoDE.xml --- a/isoem2_isode2/isoDE.xml Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/isoDE.xml Fri May 26 08:13:06 2017 -0400 @@ -19,7 +19,7 @@ - + @@ -69,16 +69,16 @@ - - + + - + - + @@ -111,7 +111,7 @@ **Input Format** -* The IsoEM2 tool can process RNA-seq reads generated by both Ion Torrent and Illumina platforms. RNA-Seq reads must be provided in fastq, fastq.gz, or bam formats. +* The IsoEM2 tool can process RNA-seq reads generated by both Ion Torrent and Illumina platforms. RNA-Seq reads must be provided in fastq format. **Output Format** @@ -127,6 +127,10 @@ ----- +**BUILT-IN REFERENCES** + +* All reference files used in this pipeline can be found at http://dna.engr.uconn.edu/tmp/galaxy/tool-data/IsoEM.loc +* diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/tool_data_table_conf.xml --- a/isoem2_isode2/tool_data_table_conf.xml Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/tool_data_table_conf.xml Fri May 26 08:13:06 2017 -0400 @@ -1,10 +1,10 @@ - - - - - value, GTF, TMAP_INDEX, HISAT2_INDEX, Cluster - -
- -
- + + + + + value, GTF, HISAT2_INDEX, Cluster + +
+ +
+ diff -r 40e893e4a37f -r c6d2dbdf0a4d isoem2_isode2/tool_data_table_conf.xml.sample --- a/isoem2_isode2/tool_data_table_conf.xml.sample Fri May 26 07:48:46 2017 -0400 +++ b/isoem2_isode2/tool_data_table_conf.xml.sample Fri May 26 08:13:06 2017 -0400 @@ -1,10 +1,10 @@ - - - - - value, GTF, TMAP_INDEX, HISAT2_INDEX, Cluster - -
- -
- + + + + + value, GTF, HISAT2_INDEX, Cluster + +
+ +
+