Skip to content

Commit

Permalink
Chaning for deployment and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittep committed Aug 28, 2024
1 parent 76ecb4a commit 9522df5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ RNAz-2.1
**/uploads/**
**/reports/**
**/nextjs/public/example/scoelicolor/report/**
**/nextjs/public/example/bacteroides/report/**
**/nextjs/public/example/scoelicolor/report_old/**
**/nextjs/public/example/cjejuni/report/**
**/nextjs/public/example/cjejuni/report_old/**
**/nextjs/public/example/bacteroidesplasmid/report_old/**
**/nextjs/public/example/bacteroidesplasmid/report/**
**/nextjs/public/example/cjejuni/report/**
Binary file modified nextjs/public/example/scoelicolor/dataset.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions nf/bin/templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ <h1 class="h3 mb-0 text-gray-800">Overview of data</h1>
For the more information on the tools and parameters used in TSS-CAPTUR, please refer to the <a href="references.html">references</a>.
</p>
<p class="mb-4">The current page presents an overview of the results of all steps run in TSS-CAPTUR, for example, the length of the transcript originally extracted from the genome and the predicted classification.
In the case of RNA-transcripts, a terminator might have been allocated to the transcript and the coordinates would have been adapted.
Also, a secondary structure analysis is run using <a href="https://academic.oup.com/nar/article/36/suppl_2/W70/2505776">RNAFold</a> RNA transcripts and allows a visualization of it.
All transcript undergo a motif analysis of the promoter region using <a href="https://doi.org/10.1093/nar/gkp335">MEME</a> A short descriptive overview follows:
Moreover, a terminator might have been allocated to the transcript and the length of the transcript would have been adapted.
Also, a secondary structure analysis is run using <a href="https://academic.oup.com/nar/article/36/suppl_2/W70/2505776">RNAFold</a> for the transcripts, providing a visualization of its structure.
All transcript undergo a motif analysis of the promoter region using <a href="https://doi.org/10.1093/nar/gkp335">MEME</a>. A short descriptive overview follows:
</p>
<div class="row">

Expand Down
10 changes: 5 additions & 5 deletions nf/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ includeConfig "conf/params.config"

process.cpus = 4

docker {
process.container = "mwittep/tsscaptur:v2"
runOptions = "--mount type=bind,src=$params.BLASTDB,target=/tmp"
docker.enabled = true
}
// docker {
// process.container = "mwittep/tsscaptur:v2"
// runOptions = "--mount type=bind,src=$params.BLASTDB,target=/tmp"
// docker.enabled = true
// }

0 comments on commit 9522df5

Please sign in to comment.