From 5a6120cecef928af8ace9dec52d3e370939dfa99 Mon Sep 17 00:00:00 2001 From: Roman Joeres Date: Mon, 17 Jul 2023 14:00:44 +0200 Subject: [PATCH] Minor cleaning --- galaxy_xml_file | 66 ------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 galaxy_xml_file diff --git a/galaxy_xml_file b/galaxy_xml_file deleted file mode 100644 index 457db51..0000000 --- a/galaxy_xml_file +++ /dev/null @@ -1,66 +0,0 @@ - - from a file - -python '$__tool_directory__/glyles/glyles' '${input}' '${out_file1}' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -This tool selects N random lines from a file, with no repeats, and preserving ordering. - ------ - -**Example** - -Input File:: - - chr7 56632 56652 D17003_CTCF_R6 310 + - chr7 56736 56756 D17003_CTCF_R7 354 + - chr7 56761 56781 D17003_CTCF_R4 220 + - chr7 56772 56792 D17003_CTCF_R7 372 + - chr7 56775 56795 D17003_CTCF_R4 207 + - -Selecting 2 random lines might return this:: - - chr7 56736 56756 D17003_CTCF_R7 354 + - chr7 56775 56795 D17003_CTCF_R4 207 + - - - - @misc{randomlines title = {Python script for selecting N random lines}, author = {Dan Blankenberg and John Chilton and Nicola Soranzo} - -