Skip to content

Commit

Permalink
Merge pull request galaxyproject#6532 from pavanvidem/xref-raceid
Browse files Browse the repository at this point in the history
RaceID link newly created bio.tools entry
  • Loading branch information
bgruening authored Nov 5, 2024
2 parents d1eee78 + 38cb46b commit 0ffa71e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tools/raceid/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Rscript '$__tool_directory__/scripts/@PROG@' '$userconf' @OUT@
<!-- <requirement type="package" version="1.6.2">bioconductor-scran</requirement> -->
</requirements>
</macro>
<xml name="bio_tools">
<xrefs>
<xref type="bio.tools">RaceID</xref>
</xrefs>
</xml>
<macro name="yesno_checkedno" >
<option value="yes" >Yes</option>
<option value="no" selected="true" >No</option>
Expand Down
1 change: 1 addition & 0 deletions tools/raceid/raceid_clustering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
<import>macros_cheetah.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<expand macro="version_command_config" prog="cluster.R" cheetah="CLUSTER_CHEETAH" out="&#38;&#62; '$outlog'" />

Expand Down
1 change: 1 addition & 0 deletions tools/raceid/raceid_filtnormconf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
<import>macros_cheetah.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<expand macro="version_command_config" prog="cluster.R" cheetah="FILTNORM_CHEETAH" out="2&#62; '$outlog' &#62; /dev/null" />
<inputs>
Expand Down
1 change: 1 addition & 0 deletions tools/raceid/raceid_inspectclusters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</section>
</macro>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<expand macro="version_command_config" prog="clusterinspect.R" cheetah="INSPECTCLUSTERS_CHEETAH" out="&#38;&#62; '$outlog'" />
<inputs>
Expand Down
1 change: 1 addition & 0 deletions tools/raceid/raceid_inspecttrajectories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
<import>macros_cheetah.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<expand macro="version_command_config" prog="trajectoryinspect.R" cheetah="INSPECTTRAJECTORIES_CHEETAH" />
<inputs>
Expand Down
3 changes: 2 additions & 1 deletion tools/raceid/raceid_trajectory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
<import>macros_cheetah.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<expand macro="version_command_config" prog="pseudotemporal.R" cheetah="TRAJECTORY_CHEETAH" />

Expand Down Expand Up @@ -136,7 +137,7 @@ StemID2
StemID is an algorithm for the inference of lineage trees and differentiation trajectories based on pseudo-temporal ordering of single-cell transcriptomes. It utilizies the clusters predicted by RaceID clustering tool.
In a nutshell, StemID infers links between clusters which are more populated with intermediate single-cell transcriptomes than expected by chance.
In a nutshell, StemID infers links between clusters which are more populated with intermediate single-cell transcriptomes than expected by chance.
This will generate an RDS object, and a PDF showing a minimal spanning tree between the clusters, with the strength between clusters given by the colour and thickness of the branches.
Expand Down

0 comments on commit 0ffa71e

Please sign in to comment.