diff todo.txt @ 0:e5e5617c064a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
author matthias
date Thu, 29 Nov 2018 11:50:28 -0500
parents
children fa593b13402f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/todo.txt	Thu Nov 29 11:50:28 2018 -0500
@@ -0,0 +1,48 @@
+For new tools I tried to add sections analogous to the strcuture
+of stacks help output. Since we break compatibility to the stacks 1.48
+wrappers anyway we should think of doing this for the tools that were
+present already in 1.48 as well. Furthermore stacks help does not categorize
+the single letter options (-x,...), would be nice to put them in the correct
+section / conditional as well.
+
+
+
+
+Raw Reads
+    process_radtags planemo test-data-generated-wdefaults sufficient-test
+    process_shortreads
+        parameters 
+    clone_filter
+        parameters
+    kmer_filter
+        
+Core
+
+    ustacks parameters planemo test-data-generated-wdefaults sufficient-test
+    cstacks parameters planemo test-data-generated-wdefaults sufficient-test
+    sstacks parameters planemo test-data-generated-wdefaults sufficient-test
+    tsv2bam parameters planemo test-data-generated-wdefaults sufficient-test
+    gstacks parameters planemo test-data-generated-wdefaults
+populations parameters planemo test-data-generated-wdefaults
+
+tools
+    tool 
+
+Execution control
+
+    denovo_map.pl
+    ref_map.pl
+
+TODO
+- tools that accept iput from multiple previous stacks tools need a condition
+  to separate: 1) separate inputs 2) input from pipeline output
+  
+  alternatively let the user merge the collections
+
+- change input description in fastq_input_macro using tools 
+- remove pipes (as in tsv2bam)
+- make log output optional
+- denovo should also unzip stacks_outputs/catalog.calls to get the vcf
+- loops in procrad and ustacks should not use name only (multiple elements might have the same name)
+- help updates
+- test stacks_summary from bioconda