Skip to content

Commit

Permalink
run msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 10, 2024
1 parent 047184a commit 16a1ed5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion man/.onLoad.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH .ONLOAD 1 2024-Oct "" ".onLoad"
.TH .ONLOAD 1 2024-Nov "" ".onLoad"
.SH NAME
.onLoad \- .onLoad()
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/annotation_workflow.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ANNOTATION_WORKFLOW 1 2024-Oct "" "Register the virtual cell network modelling workflows"
.TH ANNOTATION_WORKFLOW 1 2024-Nov "" "Register the virtual cell network modelling workflows"
.SH NAME
annotation_workflow \- annotation_workflow()
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/assemble_metabolic_graph.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ASSEMBLE_METABOLIC_GRAPH 1 2024-Oct "" "the metabolic pathway network is modelling via the reference BioCyc database"
.TH ASSEMBLE_METABOLIC_GRAPH 1 2024-Nov "" "the metabolic pathway network is modelling via the reference BioCyc database"
.SH NAME
assemble_metabolic_graph \- assemble_metabolic_graph(app, context)
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/assemble_transcript_graph.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ASSEMBLE_TRANSCRIPT_GRAPH 1 2024-Oct "" "Workflow model for create the transcription regulation network"
.TH ASSEMBLE_TRANSCRIPT_GRAPH 1 2024-Nov "" "Workflow model for create the transcription regulation network"
.SH NAME
assemble_transcript_graph \- assemble_transcript_graph(app, context)
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/extract_gbff.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH EXTRACT_GBFF 1 2024-Oct "" "Helper function for extract the annotation features from genbank file"
.TH EXTRACT_GBFF 1 2024-Nov "" "Helper function for extract the annotation features from genbank file"
.SH NAME
extract_gbff \- extract_gbff(src,
<i>workdir</i> = <span style='color: brown;'><strong>'./'</strong></span>,
Expand Down
2 changes: 1 addition & 1 deletion man/extract_gene_table.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH EXTRACT_GENE_TABLE 1 2024-Oct "" "Extract the genbank source"
.TH EXTRACT_GENE_TABLE 1 2024-Nov "" "Extract the genbank source"
.SH NAME
extract_gene_table \- extract_gene_table(app, context)
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/modelling_cellgraph.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MODELLING_CELLGRAPH 1 2024-Oct "" "Run the cell graph structure modelling workflow"
.TH MODELLING_CELLGRAPH 1 2024-Nov "" "Run the cell graph structure modelling workflow"
.SH NAME
modelling_cellgraph \- modelling_cellgraph(src,
<i>outputdir</i> = <span style='color: blue !important;'>NULL</span>,
Expand Down
2 changes: 1 addition & 1 deletion man/modelling_kinetics.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MODELLING_KINETICS 1 2024-Oct "" "Run the kinetics parameter fitting based on the omics expression data"
.TH MODELLING_KINETICS 1 2024-Nov "" "Run the kinetics parameter fitting based on the omics expression data"
.SH NAME
modelling_kinetics \- modelling_kinetics(src,
<i>outputdir</i> = <span style='color: blue !important;'>NULL</span>)
Expand Down
2 changes: 1 addition & 1 deletion man/tfbs_motif_scanning.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TFBS_MOTIF_SCANNING 1 2024-Oct "" "Create the motif TFBS motif data from the gene upstream data"
.TH TFBS_MOTIF_SCANNING 1 2024-Nov "" "Create the motif TFBS motif data from the gene upstream data"
.SH NAME
tfbs_motif_scanning \- tfbs_motif_scanning(app, context)
.SH SYNOPSIS
Expand Down
14 changes: 4 additions & 10 deletions vignettes/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<head>
<title>VisualBasic.NET function port to R</title>
<title>Create virtualCell model</title>
</head>
<body>
<h1>VisualBasic.NET function port to R</h1>
<h1>Create virtualCell model</h1>
<pre>Package: CellRender
Type: Package
Title: VisualBasic.NET function port to R
Title: Create virtualCell model
Version: 1.0.148
Author: xieguigang &lt;[email protected]>
Maintainer: xieguigang &lt;[email protected]>
Description: This package provides some common programming feature in VB.NET
to R language, these includes,
1. Syntax tweaks for R language
2. Linq like common data operation for R
3. Common string helper functions
4. R Package development tools
5. File format helper tools, like XML.
Description: This package provides some function tools for create virtualCell model for run simulation inside GCModeller.
License: MIT License
Encoding: UTF-8
LazyData: true
Expand Down

0 comments on commit 16a1ed5

Please sign in to comment.