Bed2UCSC: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
----
----


[[Media:bed2UCSC.pl.sh|bed2UCSC.pl]]
[[Media:Bed2UCSC.x‎|bed2UCSC.pl]]

Revision as of 14:12, 24 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