# HG changeset patch
# User ebi-gxa
# Date 1571055089 14400
# Node ID ca26d4b4b02c4795e125d3497755c9715e0eca74
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/sccaf commit 68be7a6fdb93e8b59e80e5f16e7fecdaa16f288c
diff -r 000000000000 -r ca26d4b4b02c run_sccaf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/run_sccaf.xml Mon Oct 14 08:11:29 2019 -0400
@@ -0,0 +1,171 @@
+
+
+ to assess and optimise clustering
+
+ sccaf_macros.xml
+
+
+ ${opt_text_out};
+#end if
+
+#if $mode.optimise and $mode.distribute_assesment:
+mkdir -p outputs;
+for round in \$(cat rounds.txt); do
+ echo "Round: "\$round;
+ echo \$round > outputs/round_\$round\.txt;
+done
+#end if
+
+
+
+]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ not mode['skip_init_assessment']
+
+
+ mode['optimise']
+
+
+ mode['optimise']
+
+
+ mode['optimise'] and mode['distribute_assesment']
+
+
+
+ mode['optimise']
+
+
+ mode['optimise']
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r ca26d4b4b02c sccaf_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sccaf_macros.xml Mon Oct 14 08:11:29 2019 -0400
@@ -0,0 +1,97 @@
+
+
+
+ sccaf
+
+
+ 0.0.7
+
+SCCAF explained
+===============
+
+Single Cell Clustering Assessment Framework (SCCAF) is a novel method for
+automated identification of putative cell types from single cell RNA-seq
+(scRNA-seq) data. By iteratively applying clustering and a machine learning
+approach to gene expression profiles of a given set of cells, SCCAF
+simultaneously identifies distinct cell groups and a weighted list of feature
+genes for each group. The feature genes, which are overexpressed in the
+particular cell group, jointly discriminate the given cell group from other
+cells. Each such group of cells corresponds to a putative cell type or state,
+characterised by the feature genes as markers.
+
+ More information can be found at https://github.com/SCCAF/SCCAF
+
+ #if $do_plotting.plot
+ -P output.png
+ --projectio $do_plotting.projection
+ --components $do_plotting.components
+ #if $do_plotting.color_by
+ --color-by $do_plotting.color_by
+ #end if
+ #if $do_plotting.groups
+ --group $do_plotting.groups
+ #end if
+ #if $do_plotting.use_raw
+ --use-raw
+ #end if
+ #if $do_plotting.palette
+ --palette $do_plotting.palette
+ #end if
+ #if $do_plotting.show_edges
+ --edges
+ #end if
+ #if $do_plotting.show_arrows
+ --arrows
+ #end if
+ #if not $do_plotting.color_order
+ --no-sort-order
+ #end if
+ #if $do_plotting.omit_frame
+ --frameoff
+ #end if
+#end if
+
+
+
+
+
+ @misc{githubsccaf,
+ author = {Miao, Zhichao},
+ year = {2018},
+ title = {SCCAF},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ url = {https://github.com/Functional-Genomics/SCCAF},
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r ca26d4b4b02c static/images/example_sccaf_workflow.png
Binary file static/images/example_sccaf_workflow.png has changed