diff --git a/.nojekyll b/.nojekyll index 42712d53..196a0488 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -0f081322 \ No newline at end of file +bbd8ecdc \ No newline at end of file diff --git a/develop/04a_preprocessing.html b/develop/04a_preprocessing.html index 842671c9..1dc57d87 100644 --- a/develop/04a_preprocessing.html +++ b/develop/04a_preprocessing.html @@ -216,12 +216,6 @@ nf-core/rnaseq 3.17.0 - - diff --git a/develop/04b_pipelines.html b/develop/04b_pipelines.html index e32eb3c4..618fc256 100644 --- a/develop/04b_pipelines.html +++ b/develop/04b_pipelines.html @@ -217,12 +217,6 @@ nf-core/rnaseq 3.17.0 - - diff --git a/develop/04c_preprocessing_nf3112.html b/develop/04c_preprocessing_nf3112.html new file mode 100644 index 00000000..990430ff --- /dev/null +++ b/develop/04c_preprocessing_nf3112.html @@ -0,0 +1,1519 @@ + + + + + + + + + +nf-core/rnaseq 3.12.0 – Bulk RNAseq data analysis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/develop/04c_preprocessing_nf3120.html b/develop/04c_preprocessing_nf3120.html index 1f603571..a16ef583 100644 --- a/develop/04c_preprocessing_nf3120.html +++ b/develop/04c_preprocessing_nf3120.html @@ -2,12 +2,12 @@ - + -nf-core/rnaseq 3.12.0 – Bulk RNAseq data analysis +Bulk RNAseq data analysis - nf-core/rnaseq 3.12.0 - +
@@ -896,6 +906,7 @@

Underst +

As you can see, we have also provided an extra column called condition specifying the sample type. This will be very useful for our Differential Expression Analysis. In addition, you can also notice that we have a single-end RNAseq experiment in our hands. Finally, take a note at the fastq paths that we have provided! They all point to where the files are located inside our job!

--outdir parameter

The --outdir parameter indicates where the results of the pipeline will be saved.

@@ -1155,7 +1166,18 @@

Dow } return false; } - const onCopySuccess = function(e) { + const clipboard = new window.ClipboardJS('.code-copy-button', { + text: function(trigger) { + const codeEl = trigger.previousElementSibling.cloneNode(true); + for (const childEl of codeEl.children) { + if (isCodeAnnotation(childEl)) { + childEl.remove(); + } + } + return codeEl.innerText; + } + }); + clipboard.on('success', function(e) { // button target const button = e.trigger; // don't keep focus @@ -1187,47 +1209,7 @@

Dow }, 1000); // clear code selection e.clearSelection(); - } - const getTextToCopy = function(trigger) { - const codeEl = trigger.previousElementSibling.cloneNode(true); - for (const childEl of codeEl.children) { - if (isCodeAnnotation(childEl)) { - childEl.remove(); - } - } - return codeEl.innerText; - } - const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', { - text: getTextToCopy }); - clipboard.on('success', onCopySuccess); - if (window.document.getElementById('quarto-embedded-source-code-modal')) { - // For code content inside modals, clipBoardJS needs to be initialized with a container option - // TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860) - const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', { - text: getTextToCopy, - container: window.document.getElementById('quarto-embedded-source-code-modal') - }); - clipboardModal.on('success', onCopySuccess); - } - var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); - var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/hds-sandbox\.github\.io\/bulk_RNAseq_course"); - var isInternal = (href) => { - return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); - } - // Inspect non-navigation links and adorn them if external - var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool):not(.about-link)'); - for (var i=0; iDow try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - if (note) { - return note.innerHTML; - } else { - return ""; - } + return note.innerHTML; }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); @@ -1550,37 +1528,30 @@

Dow - diff --git a/develop/04c_preprocessing_nf3170.html b/develop/04c_preprocessing_nf3170.html index ca9fb723..ce015a86 100644 --- a/develop/04c_preprocessing_nf3170.html +++ b/develop/04c_preprocessing_nf3170.html @@ -64,7 +64,6 @@ - @@ -220,12 +219,6 @@ nf-core/rnaseq 3.17.0 - - @@ -356,13 +349,27 @@

Submit a job

-

Let’s prepare to run the pipeline. First, navigate to your personal drive—the one with your name (e.g.``)—and create a directory to serve as your working directory where all pipeline results will be saved (e.g., nfcore-results). Make sure you’re now located within this new directory. Next, copy the bash script that runs the Nextflow command into this directory by using:

+

Let’s prepare to run the pipeline. First, navigate to your personal drive—the one with your name (e.g.Yourname#xxxx)—and create a directory to serve as your working directory where all pipeline results will be saved (e.g., nfcore-results). Make sure you’re now located within this new directory. Finally, copy the bash script that runs the Nextflow command into this directory. Check the commands you need to run below:

Terminal
-
cd nfcore-results # you might have named it differently 
-bash ./sequencing_data/scripts_v3.17.0/preprocessing_salmon.sh .
+
# Change location to your personal drive and create a new directory
+# cd /work/<YourName#xxxx>
+mkdir nfcore-results
+
+# Make the new dir your current working dir!
+cd nfcore-results # you might have named it differently 
+
+# Copy our bash script to your directory 
+cp /work/sequencing_data/scripts_v3.17.0/preprocessing_salmon.sh .
+
+# Make sure you have copied the bash script using the ls command 
+ls . 
+# ls is a Linux shell command that lists directory contents of files and directories.
+
+# You will run the pipeline from here as follows BUT not yet! (that's why is commented-out)
+# bash ./preprocessing_salmon.sh

Once copied, review the bash script:

@@ -1205,13 +1212,10 @@

Dow

-

sample