Bed2UCSC: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:


Please rename the file to bed2UCSC.pl after downloading from the wiki.
Please rename the file to bed2UCSC.pl after downloading from the wiki.
Notice: This version of bed2UCSC.pl needs not only pubmed ids but also a short reference to detect pubmed IDs and it detects pubmed IDs with 8 digits only. Will fix that in a future revision.

Revision as of 12:26, 25 June 2010

The perl script bed2UCSC.pl below can be used to upload a BED file (custom tracks) to the UCSC wiki track. Feel free to adjust it to your needs. It is licensed under the LGPL 2.1 and all newer versions of the LGPL.

Documentation and Dependencies

The script is documented in the source code. Its usage can be shown using perldoc bed2UCSC.pl. It needs PERL, cURL and an operating system with a /dev/null-device to run. Furthermore the LWP::UserAgent and the Clone module from CPAN have to be available.


bed2UCSC.pl

Please rename the file to bed2UCSC.pl after downloading from the wiki.

Notice: This version of bed2UCSC.pl needs not only pubmed ids but also a short reference to detect pubmed IDs and it detects pubmed IDs with 8 digits only. Will fix that in a future revision.