Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bio.tools entries to tools #338

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e1b7a62
Add bio.tools entry to scored
nomadscientist Nov 5, 2024
2d01b63
Add to scmap bio.tools
nomadscientist Nov 5, 2024
51695b8
Update scpred_train_model.xml
nomadscientist Nov 5, 2024
5eb4697
Update scpred_predict.xml
nomadscientist Nov 5, 2024
1714a78
Update scpred_get_std_output.xml
nomadscientist Nov 5, 2024
f1e9cf5
Update scpred_get_feature_space.xml
nomadscientist Nov 5, 2024
2f3ecd3
Update scmap_get_std_output.xml
nomadscientist Nov 5, 2024
2d21069
Update scmap_index_cell.xml
nomadscientist Nov 5, 2024
8bb60c4
Update scmap_index_cluster.xml
nomadscientist Nov 5, 2024
fddea5f
Update scmap_preprocess_sce.xml
nomadscientist Nov 5, 2024
62938ee
Update scmap_scmap_cell.xml
nomadscientist Nov 5, 2024
006be51
Update scmap_scmap_cluster.xml
nomadscientist Nov 5, 2024
ec065d6
Update scmap_select_features.xml
nomadscientist Nov 5, 2024
24f2c1f
Update sceasy_macros.xml
nomadscientist Nov 5, 2024
ad568e0
Update sceasy_convert.xml
nomadscientist Nov 5, 2024
08ea0f4
Update scater_macros.xml
nomadscientist Nov 5, 2024
e00f56a
Update scater-read-10x-results.xml
nomadscientist Nov 5, 2024
9e0512f
Update scater-normalize.xml
nomadscientist Nov 5, 2024
2b9449c
Update scater-is-outlier.xml
nomadscientist Nov 5, 2024
b224f9c
Update scater-filter.xml
nomadscientist Nov 5, 2024
ebe601c
Update scater-calculate-qc-metrics.xml
nomadscientist Nov 5, 2024
659cd79
Update scater-calculate-cpm.xml
nomadscientist Nov 5, 2024
29f3035
Update sc3-macros.xml
nomadscientist Nov 5, 2024
72087a6
Update sc3-prepare.xml
nomadscientist Nov 5, 2024
6e6073e
Update sc3-kmeans.xml
nomadscientist Nov 5, 2024
9cd4608
Update sc3-estimate-k.xml
nomadscientist Nov 5, 2024
ad3b6c6
Update sc3-calc-transfs.xml
nomadscientist Nov 5, 2024
6a0c505
Update sc3-calc-dists.xml
nomadscientist Nov 5, 2024
6ea2fa6
Update sc3-calc-consens.xml
nomadscientist Nov 5, 2024
86ef79c
Update sc3-calc-biology.xml
nomadscientist Nov 5, 2024
a930505
Update monocle3-macros.xml
nomadscientist Nov 5, 2024
e0c5e06
Update monocle3-create.xml
nomadscientist Nov 5, 2024
fa353cb
Update monocle3-diffExp.xml
nomadscientist Nov 5, 2024
a263975
Update monocle3-learnGraph.xml
nomadscientist Nov 5, 2024
b659881
Update monocle3-orderCells.xml
nomadscientist Nov 5, 2024
c52f04a
Update monocle3-partition.xml
nomadscientist Nov 5, 2024
cae9ade
Update monocle3-plotCells.xml
nomadscientist Nov 5, 2024
b2ad268
Update monocle3-preprocess.xml
nomadscientist Nov 5, 2024
e812da6
Update monocle3-reduceDim.xml
nomadscientist Nov 5, 2024
2b17b5b
Update monocle3-topmarkers.xml
nomadscientist Nov 5, 2024
3308c50
Update macros.xml for pyscenic
nomadscientist Nov 5, 2024
9bbf42d
Update pyscenic_aucell.xml
nomadscientist Nov 5, 2024
e672ce7
Update pyscenic_binarize_aucell.xml
nomadscientist Nov 5, 2024
3a670de
Update pyscenic_ctx.xml
nomadscientist Nov 5, 2024
576f3a0
Update pyscenic_grn.xml
nomadscientist Nov 5, 2024
feb6b89
Update tools/tertiary-analysis/scmap/scmap_macros.xml
nomadscientist Nov 5, 2024
d6f297f
Update scpred_macros.xml
nomadscientist Nov 5, 2024
662d7b7
add to garnett
nomadscientist Nov 5, 2024
dbd2263
add to decoupler
nomadscientist Nov 5, 2024
8dd2504
Update tools/tertiary-analysis/scmap/scmap_macros.xml
nomadscientist Nov 5, 2024
43c7c8e
swap xrefs and requirements
nomadscientist Nov 5, 2024
812fd5b
fix order and add to more tools
nomadscientist Nov 5, 2024
742148d
Update tools/tertiary-analysis/scater/scater_macros.xml
nomadscientist Nov 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tools/tertiary-analysis/decoupler/decoupler_aucell_score.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<description>
scores cells using the AUCell method for gene sets.
</description>
<xrefs>
<xref type="bio.tools">decoupler</xref>
</xrefs>
<requirements>
<requirement type="package" version="1.4.0">decoupler</requirement>
</requirements>
Expand Down Expand Up @@ -173,4 +176,4 @@ If the "write_anndata" parameter is set to "true", the tool will write the modif
<citations>
<citation type="doi">10.1093/bioadv/vbac016</citation>
</citations>
</tool>
</tool>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<description>
of functional genesets/pathways for scRNA-seq data.
</description>
<xrefs>
<xref type="bio.tools">decoupler</xref>
</xrefs>
<requirements>
<requirement type="package" version="1.4.0">decoupler</requirement>
</requirements>
Expand Down Expand Up @@ -121,7 +124,7 @@ Usage

This tool extracts pathway activity inference using decoupler.

**Input**
**Input**

The input file should be an AnnData object in H5AD format. The tool accepts an H5AD file containing raw or normalized data.

Expand All @@ -143,7 +146,7 @@ You can also specify whether to use the raw data in the AnnData object instead o

The tool outputs an AnnData object containing the scores in the "obs" field, and tab-separated text files containing the scores for each cell.

If the "write_activities_path" parameter is set to "true", the tool will write the modified AnnData object to an H5AD file.
If the "write_activities_path" parameter is set to "true", the tool will write the modified AnnData object to an H5AD file.
If the "write_inference" parameter is set to "true", the tool will output a tab-separated text file containing the scores for each cell.


Expand Down
3 changes: 3 additions & 0 deletions tools/tertiary-analysis/decoupler/decoupler_pseudobulk.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<tool id="decoupler_pseudobulk" name="Decoupler pseudo-bulk" version="1.4.0+galaxy8" profile="20.05">
<description>aggregates single cell RNA-seq data for running bulk RNA-seq methods</description>
<xrefs>
<xref type="bio.tools">decoupler</xref>
</xrefs>
<requirements>
<requirement type="package" version="1.4.0">decoupler</requirement>
</requirements>
Expand Down
10 changes: 5 additions & 5 deletions tools/tertiary-analysis/garnett/garnett_check_markers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,29 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
garnett_check_markers.R --cds-object '${cds_object}' --marker-file-path '${marker_file_path}' --database '${database}' --marker-output-path '${marker_output_path}'

#if $cds_gene_id_type
--cds-gene-id-type '${cds_gene_id_type}'
--cds-gene-id-type '${cds_gene_id_type}'
#end if
#if $marker_file_gene_id_type
--marker-file-gene-id-type '${marker_file_gene_id_type}'
#end if
#if $plot_output_path
--plot-output-path '${plot_output_path}'
--plot-output-path '${plot_output_path}'
#end if
#if $propogate_markers
--propogate-markers '${propogate_markers}'
--propogate-markers '${propogate_markers}'
#end if
#if $propogate_markers
--classifier-gene-id-type '${classifier_gene_id_type}'
#end if
]]></command>
<inputs>
<param type="data" name="cds_object" label="CDS object" format="rdata" help="CDS object with expression data for training" />
<param type="data" name="marker_file_path" format="txt" label="Marker file path" help="File with marker genes specifying cell types.
<param type="data" name="marker_file_path" format="txt" label="Marker file path" help="File with marker genes specifying cell types.
See https://cole-trapnell-lab.github.io/garnett/docs/#constructing-a-marker-file for specification of the file format" />
<param type="text" name="database" label="gene database" value="org.Hs.eg.db" help="argument for Bioconductor AnnotationDb-class package used for converting gene IDs" />
<param type="text" name="cds_gene_id_type" label="CDS gene id type" value="ENSEMBL" help="Format of the gene IDs in your CDS object" />
Expand All @@ -52,4 +53,3 @@
]]></help>
<expand macro="citations" />
</tool>

2 changes: 1 addition & 1 deletion tools/tertiary-analysis/garnett/garnett_classify_cells.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
garnett_classify_cells.R --cds-object '${cds_object}' --classifier-object '${classifier_object}' --database '${database}' --cds-output-obj '${cds_output_obj}'

Expand Down Expand Up @@ -42,4 +43,3 @@
]]></help>
<expand macro="citations" />
</tool>

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
garnett_get_feature_genes.R --classifier-object '${classifier_object}' --database '${database}' --output-path '${output_path}'

Expand All @@ -29,4 +30,4 @@
@VERSION_HISTORY@
]]></help>
<expand macro="citations" />
</tool>
</tool>
3 changes: 2 additions & 1 deletion tools/tertiary-analysis/garnett/garnett_get_std_output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
garnett_get_std_output.R --input-object '${input_object}' --classifier '${classifier}' --output-file-path '${output_file_path}'
]]></command>
Expand All @@ -26,4 +27,4 @@
@VERSION_HISTORY@
]]></help>
<expand macro="citations" />
</tool>
</tool>
5 changes: 5 additions & 0 deletions tools/tertiary-analysis/garnett/garnett_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<token name="@TOOL_VERSION@">0.2.8</token>
<token name="@HELP@">More information can be found at https://cole-trapnell-lab.github.io/garnett/docs/</token>
<token name="@PROFILE@">18.01</token>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">Garnett</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
<requirement type="package" version="0.0.5">garnett-cli</requirement>
Expand Down
23 changes: 12 additions & 11 deletions tools/tertiary-analysis/garnett/garnett_train_classifier.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,47 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
garnett_train_classifier.R --cds-object '${cds_object}' --marker-file-path '${marker_file_path}' --database '${database}' --cores \${GALAXY_SLOTS:-1} --output-path '${output_classifier_path}'
#if $train_id
--train-id '${train_id}'
--train-id '${train_id}'
#end if
#if $cds_gene_id_type
--cds-gene-id-type '${cds_gene_id_type}'
--cds-gene-id-type '${cds_gene_id_type}'
#end if
#if $marker_file_gene_id_type
--marker-file-gene-id-type '${marker_file_gene_id_type}'
--marker-file-gene-id-type '${marker_file_gene_id_type}'
#end if
#if $num_unknown
--num-unknown '${num_unknown}'
--num-unknown '${num_unknown}'
#end if
#if $min_observations
--min-observations '${min_observations}'
--min-observations '${min_observations}'
#end if
#if $max_training_samples
--max-training-samples '${max_training_samples}'
--max-training-samples '${max_training_samples}'
#end if
#if $propogate_markers
--propogate-markers '${propogate_markers}'
#end if
#if $classifier_gene_id_type
--classifier-gene-id-type '${classifier_gene_id_type}'
--classifier-gene-id-type '${classifier_gene_id_type}'
#end if
]]></command>
<inputs>
<param type="data" name="cds_object" label="CDS object" format="rdata" help="CDS object with expression data for training" />
<param type="data" name="marker_file_path" format="txt" label="Marker file path" help="File with marker genes specifying cell types.
<param type="data" name="marker_file_path" format="txt" label="Marker file path" help="File with marker genes specifying cell types.
See https://cole-trapnell-lab.github.io/garnett/docs/#constructing-a-marker-file for specification of the file format" />
<param type="text" name="train_id" label="Dataset ID" help="ID of the training dataset" />
<param type="text" name="database" label="gene database" value="org.Hs.eg.db" help="argument for Bioconductor AnnotationDb-class package used for converting gene IDs" />
<param type="text" name="cds_gene_id_type" label="CDS gene id type" value="ENSEMBL" help="Format of the gene IDs in your CDS object" />
<param type="text" name="marker_file_gene_id_type" label="Marker gene id type" value="ENSEMBL" help="Format of the gene IDs in your marker file" />
<param type="integer" name="num_unknown" value='500' label="number of outputs" help="Number of outgroups to compare against" />
<param type="integer" name="min_observations" value='8' label="Min num of observations" help="The minimum number of representative cells per
<param type="integer" name="min_observations" value='8' label="Min num of observations" help="The minimum number of representative cells per
cell type required to include the cell type in the predictive model" />
<param type="integer" name="max_training_samples" value='500' label="Max num of training samples" help="The maximum number of representative cells per cell
type to be included in the model training. Decreasing this number
type to be included in the model training. Decreasing this number
increases speed, but may hurt performance of the model." />
<param type="boolean" name="propogate_markers" checked="true" label="propogate markers" help="Should markers from child nodes of a cell type be used
in finding representatives of the parent type?" />
Expand All @@ -65,4 +66,4 @@
@VERSION_HISTORY@
]]></help>
<expand macro="citations" />
</tool>
</tool>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
transform_marker_file.R --input-marker-file '${input_marker_file}' --marker-list '${marker_list}' --garnett-marker-file '${garnett_marker_file}'

Expand Down Expand Up @@ -45,4 +46,3 @@
]]></help>
<expand macro="citations" />
</tool>

5 changes: 3 additions & 2 deletions tools/tertiary-analysis/garnett/update_marker_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>garnett_macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
update_marker_file.R --marker-list-obj '${marker_list_obj}' --marker-check-file '${marker_check_file}' --updated-marker-file '${updated_marker_file}'

Expand Down Expand Up @@ -39,5 +40,5 @@

@VERSION_HISTORY@
]]></help>
<expand macro="citations" />
</tool>
<expand macro="citations" />
</tool>
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
ln -s '${expression_matrix}' expression_matrix.'${expression_matrix_format}' &&
#if $cell_metadata
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-diffExp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 diffExp
--neighbor-graph '$(neighbor_graph)'
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-learnGraph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 learnGraph
#if $no_partition
Expand Down
6 changes: 6 additions & 0 deletions tools/tertiary-analysis/monocle3/monocle3-macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
#end if
</token>

<xml name="xrefs">
<xrefs>
<xref type="bio.tools">monocle</xref>
</xrefs>
</xml>

<xml name="requirements">
<requirements>
<requirement type="package" version="0.0.7">monocle3-cli</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-orderCells.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 orderCells
--reduction-method '${reduction_method}'
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-partition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 partition
--reduction-method '${reduction_method}'
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-plotCells.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<macros>
<import>monocle3-macros.xml</import>
</macros>
<expand macro="xrefs"/>
<requirements>
<requirement type="package" version="0.0.9">monocle3-cli</requirement>
</requirements>
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-preprocess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 preprocess
--method '${method}'
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-reduceDim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>monocle3-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
LANG=en_US.UTF-8 monocle3 reduceDim
#if $max_components
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/monocle3/monocle3-topmarkers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<macros>
<import>monocle3-macros.xml</import>
</macros>
<expand macro="xrefs"/>
<requirements>
<requirement type="package" version="0.0.8">monocle3-cli</requirement>
</requirements>
Expand Down
5 changes: 5 additions & 0 deletions tools/tertiary-analysis/pyscenic/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<macros>
<token name="@TOOL_VERSION@">0.12.1</token>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">maaslin2</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
<container type="docker">
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command><![CDATA[
ln -s '${expression_mtx_fname}' expr_mat.loom &&
ln -s '${signatures_fname}' regulons.tsv &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code">
<![CDATA[
ln -s $input_file aucell.tsv &&
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/pyscenic/pyscenic_ctx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command><![CDATA[
#set PySCENIC_DB = "db.genes_vs_motifs.rankings.feather"
ln -s '${module_fname}' tf2targets.tsv &&
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/pyscenic/pyscenic_grn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="xrefs"/>
<command detect_errors="exit_code">
<![CDATA[
ln -s '${expression_mtx}' expr_mat.loom &&
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/sc3/sc3-calc-biology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>sc3-macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
sc3-sc3-calc-biology.R -i '${sc3_consensus}' -o '${sc3_biology_markers}' -t '${sc3_biology_markers_tsv}' -k '${ks}' -r '${regime}'
]]></command>
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/sc3/sc3-calc-consens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>sc3-macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
sc3-sc3-calc-consens.R -i '${sc3_kmeans}' -t '${clusters}' -o '${sc3_consensus}'
]]></command>
Expand Down
1 change: 1 addition & 0 deletions tools/tertiary-analysis/sc3/sc3-calc-dists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>sc3-macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="xrefs"/>
<command detect_errors="exit_code"><![CDATA[
sc3-sc3-calc-dists.R -i '${sc3_prepared}' -o '${sc3_distances}'
]]></command>
Expand Down
Loading
Loading