Hello, haukex, Thank you for your response!

administrator@ACB-HuangLab-Ubuntu:~/homer$ perl configureHomer.pl Current base directory for HOMER is /home/administrator/homer/./ Usage: configureHomer.pl [options] This program will install HOMER in the directory containing config +ureHomer.pl i.e. save this in a directory named homer/ or something like t +hat To install the program from scratch, run the following command: perl path-to-homer/configureHomer.pl -install If upgrading, make sure HOMER is not running (may prevent replacem +ent of executables) Options: -list (prints available and installed packages to screen) -install (install basic Homer software from scratch) -install <package name1> [package name2] ... (installs package +s) -version <version> (install specific version of package) -remove <package name1> [package name2] ... (safely removes pa +ckages) -update (updates all packages to the newest version) -reinstall (forces the reinstallation of all currently install +ed packages) -all (install everything - will take a while...) -getFacts (add humor to HOMER - to remove delete contents of d +ata/misc/) -check (checks for required 3rd party software) -make (reconfigure files, recompile exectables) -sun (Use with SunOS - i.e. gmake and gtar instead of make and + tar) -keepScript (do NOT replace configureHomer.pl script if change +s are detected with website) -url <installation url> (For use if the Homer website changes) default is: http://homer.ucsd.edu/homer/ Hubs & BigWig settings (with read existing settings from confi +g.txt if upgrading): -bigWigUrl <base urls for bigWigs> (Setting for makeBigWig +s.pl) -bigWigDir <base directory for bigWigs> (Setting for makeB +igWigs.pl) -hubsUrl <base urls for hubs> (Setting for makeMultiWigHub +.pl) -hubsDir <base directory for hubs> (Setting for makeMultiW +igHub.pl) Configuration files: downloads update.txt from the homer website, and corrects config.txt with the appropriate options administrator@ACB-HuangLab-Ubuntu:~/homer$ perl configureHomer.pl -big +WigDir Current base directory for HOMER is /home/administrator/homer/./ Updating Settings... Use of uninitialized value $val in concatenation (.) or string at conf +igureHomer.pl line 599. administrator@ACB-HuangLab-Ubuntu:~/homer$ perl configureHomer.pl -big +WigUrl Current base directory for HOMER is /home/administrator/homer/./ Updating Settings... Use of uninitialized value $val in concatenation (.) or string at conf +igureHomer.pl line 599.

In reply to Re^2: could not open configuration file by yueli711
in thread could not open configuration file by yueli711

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.