Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNAja-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PHIM
RNAja-pipeline
Commits
b8317407
Commit
b8317407
authored
3 years ago
by
aucomte
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
928ede84
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/SupplementaryFiles/RNAja
+40
-0
40 additions, 0 deletions
docs/source/SupplementaryFiles/RNAja
docs/source/_static/logo.css
+26
-0
26 additions, 0 deletions
docs/source/_static/logo.css
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
with
67 additions
and
1 deletion
docs/source/SupplementaryFiles/RNAja
0 → 100644
+
40
−
0
View file @
b8317407
#%Module1.0
##
## Required internal variables
set prefix $env(HOME)/softs/CulebrONT_pipeline
set version "0.1.0"
# check if install directory exist
if {![file exists $prefix]} {
puts stderr "\t[module-info name] Load Error: $prefix does not exist"
break
exit 1
}
## List conflicting modules here
## conflict RNAja
## List prerequisite modules here
module load singularity
module load python/3.7
module load graphviz/2.40.1
#module load snakemake/5.19.2
set fullname RNAja-0.1.0
set externalurl "\n\thttps://RNAja-pipeline.readthedocs.io/en/latest/\n"
## Required for "module help ..."
proc ModulesHelp { } {
global description externalurl
puts stderr "Description - $description"
puts stderr "More Docs - $externalurl"
}
## Required for "module display ..." and SWDB
module-whatis "loads the [module-info name] environment"
## Software-specific settings exported to user environment
prepend-path PATH $prefix
prepend-path RNAja $prefix
This diff is collapsed.
Click to expand it.
docs/source/_static/logo.css
0 → 100644
+
26
−
0
View file @
b8317407
/** css/yourtheme.css **/
/* This line is theme specific - it includes the base theme CSS */
@import
'theme.css'
;
/* for the Read the Docs theme */
.wy-side-nav-search
.wy-dropdown
>
a
img
.logo
,
.wy-side-nav-search
>
a
img
.logo
{
display
:
block
;
margin
:
0
auto
;
height
:
auto
;
width
:
auto
;
border-radius
:
0
;
max-width
:
50%
!important
;
background
:
transparent
;
}
.wy-table-responsive
table
td
,
.wy-table-responsive
table
th
{
white-space
:
break-spaces
;
}
.rst-content
.linenodiv
pre
,
.rst-content
div
[
class
^=
"highlight"
]
pre
,
.rst-content
pre
.literal-block
{
font-family
:
SFMono-Regular
,
Menlo
,
Monaco
,
Consolas
,
Liberation
Mono
,
Courier
New
,
Courier
,
monospace
;
font-size
:
12px
;
line-height
:
1.4
;
white-space
:
break-spaces
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
1
−
1
View file @
b8317407
...
@@ -24,7 +24,7 @@ version = RNAja.__version__
...
@@ -24,7 +24,7 @@ version = RNAja.__version__
release
=
RNAja
.
__version__
release
=
RNAja
.
__version__
#rst_prolog = f"""
#rst_prolog = f"""
#.. |tools_path| replace:: {
RNAJA
_TOOLS_PATH}
#.. |tools_path| replace:: {
GIT
_TOOLS_PATH}
#"""
#"""
# -- Project information -----------------------------------------------------
# -- Project information -----------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment