**Keep our new [guidelines](https://docs.google.com/document/d/1VN0BQY4iGTc1KVpKpCaYrDCVa7Joj-vGPsFV5OUA7fI/edit?usp=sharing) in mind while working on this!** **Please add the respecting issue/ pull request if already in progress. (E.g. '#3')** # General - [ ] renaming of ambiguous functions, scripts, etc. - [x] reduce_bed.R -> reduce_sequence.R #17 - [x] set organism as required parameter without default value #12 - [x] accept/generate/ **keep** header in bed files (header starts with #) - [x] clustering #17 - [x] bed_to_fasta #12 - [x] gtf-file as parameter to skip process create_gtf #12 - [ ] Imporve motif clustering runtime #16 - [x] sub_folder for each tool in /bin #28 - [x] The BED-format has changed. Check if your script are still working: - [x] 1.2 - [x] 2.1 - [x] 2.2 - Statistics of your output: - [x] 1.1 - [x] 1.2 - [x] 2.1 #43 - [x] 2.2 #47 - [ ] 3.2?? # Bugs - [x] in the footprints_extraction.py: the output .bed file should include the "strand" column containing only . #15 - [x] in the footprints_extraction.py: the output .bed file the last column containing the "bonus_info" should be separated with other separator than TAB #15 - [x] in bed_to_fasta.R: Get column nucleotide_sequence and cluster_id as second last and last column, not with fixed indices. '#11' - [x] get_best_motif.py: Should convert the files to the real MEME-format + removing last header of MOTIF #12 - [x] **critical** wrong names are introduced through motif_filtering step '#33' - [x] column containing 'control_xy' appearing at some point (seems to be motif_filtering correlated) '#33' - [x] Gtf is sometimes not correct formatted '#18' # Peer Review - [x] RegGTFExtractor.py (@anastasiia ) - [x] bed_to_fasta.R (by @HendrikSchultheis ) - [x] cdhit_wrapper.R #25 (by @renewiegandt ) - [x] footprint_extraction.py #22 (by @renewiegandt ) - [x] get_best_motif.py (@JannikHamp ) - [x] compareBed_runinfo.R (@anastasiia @SebastianBeyvers ) - [x] merge_similar_cluster.R (@HendrikSchultheis ) - [x] reduce_sequence.R #25 (@renewiegandt ) # Wiki - [x] demo run - [ ] **After everything else is done check and update the wiki and README one last time**