Files created by makeTagDirectory
\n']
-
- flist.sort()
- for i,f in enumerate(flist):
- if not(os.path.isdir(f)):
- fn = os.path.split(f)[-1]
- res.append('%s |
\n' % (fn,getFileString(fn, dr)))
-
- res.append('
\n')
-
- return res
-
-if __name__ == '__main__':
- op = optparse.OptionParser()
- op.add_option('-e', '--executable', default='makeTagDirectory')
- op.add_option('-o', '--htmloutput', default=None)
- op.add_option('-f', '--format', default="sam")
- opts, args = op.parse_args()
- #assert os.path.isfile(opts.executable),'## makeTagDirectory.py error - cannot find executable %s' % opts.executable
-
- #if not os.path.exists(opts.outputdir):
- #os.makedirs(opts.outputdir)
- f = makeTagDirectory(opts, args)
-
- html,retval = f.run_makeTagDirectory()
- f = open(opts.htmloutput, 'w')
- f.write(''.join(html))
- f.close()
- if retval <> 0:
- print >> sys.stderr, serr # indicate failure
-
-
-
diff -r a28abb0c325e -r 22b7d878f3d0 makeTagDirectory.xml
--- a/makeTagDirectory.xml Thu Dec 13 23:53:23 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-
-
- homer
-
- Simple wrapper for makeTagDirectory. Used by findPeaks
-
- makeTagDirectory.py ${tagDir.files_path}
- #for $alignF in $alignmentFiles
- $alignF.file -f $alignF.file.ext
- #end for
- -o $tagDir
- 2> $out_log || echo "Error running homer_makeTagDirectory." >&2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .. class:: infomark
-
- After the job finishes, save the zip file, unzip and open "index.html"
-
- The actual meme-chip command is displayed under "Command line summary"
-
- Defaults:
- http://meme.nbcr.net/meme/doc/meme-chip.html
-
-
-
-
diff -r a28abb0c325e -r 22b7d878f3d0 pos2bed.xml
--- a/pos2bed.xml Thu Dec 13 23:53:23 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-
-
- homer
-
-
-
-
- pos2bed.pl $input_peak 1> $out_bed
- 2> $out_log || echo "Error running pos2bed." >&2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .. class:: infomark
-
- **Homer pos2bed.pl**
- http://biowhat.ucsd.edu/homer/ngs/miscellaneous.html
-
-
-
diff -r a28abb0c325e -r 22b7d878f3d0 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Dec 13 23:53:23 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-
-
-
-
-
- http://biowhat.ucsd.edu/homer/configureHomer.pl
- perl ./configureHomer.pl -install
- perl ./configureHomer.pl -install hg19
-
- $INSTALL_DIR/bin
-
-
-
-
- Installs homer
-
-
-
-