# HG changeset patch
# User yating-l
# Date 1499705371 14400
# Node ID b4590c39c70d1559cc3bc1c712693a09eb979f8c
planemo upload commit c1f0c5ceaac87b6b1db12160a8f5b287635db61b
diff -r 000000000000 -r b4590c39c70d test-data/contigs.2bit
Binary file test-data/contigs.2bit has changed
diff -r 000000000000 -r b4590c39c70d test-data/contigs_chromInfo.tab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/contigs_chromInfo.tab Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,2 @@
+contig12 56019
+contig10 43013
diff -r 000000000000 -r b4590c39c70d test-data/contigs_gaps.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/contigs_gaps.bed Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,4 @@
+contig10 16942 16962 gap_0
+contig12 18710 18730 gap_1
+contig12 29582 29904 gap_2
+contig12 30821 30841 gap_3
diff -r 000000000000 -r b4590c39c70d test-data/contigs_no_Ns_chromInfo.tab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/contigs_no_Ns_chromInfo.tab Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,2 @@
+contig12 55657
+contig10 42993
diff -r 000000000000 -r b4590c39c70d tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff -r 000000000000 -r b4590c39c70d twobit_info.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/twobit_info.xml Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,94 @@
+
+
+ Get sequence information from a twoBit file
+
+
+ ucsc_macros.xml
+
+
+
+
+
+ "${output}"
+ #else:
+ twoBitInfo -nBed "${twobit_input}" stdout |
+ sort -k 1,1 -k 2,2n |
+ awk 'BEGIN { OFS = "\t" } { print $1, $2, $3, sprintf("gap_%d", idx++ ) }'
+ > "${output}"
+ #end if
+]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r b4590c39c70d ucsc_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ucsc_macros.xml Mon Jul 10 12:49:31 2017 -0400
@@ -0,0 +1,44 @@
+
+
+
+ ucsc_twobit
+
+
+
+
+
+
+ C
+
+
+
+
+
+
+ @article{Kent01062002,
+author = {Kent, W. James and Sugnet, Charles W. and Furey, Terrence S. and Roskin, Krishna M. and Pringle, Tom H. and Zahler, Alan M. and Haussler, and David},
+title = {The Human Genome Browser at UCSC},
+volume = {12},
+number = {6},
+pages = {996-1006},
+year = {2002},
+doi = {10.1101/gr.229102},
+URL = {http://genome.cshlp.org/content/12/6/996.abstract},
+eprint = {http://genome.cshlp.org/content/12/6/996.full.pdf+html},
+journal = {Genome Research}
+}
+
+
+
+
+
+
+
+
+