User Tools

Site Tools


scripts:qc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripts:qc [2025/03/21 12:36] 37.26.174.181scripts:qc [2025/03/21 12:43] (current) 37.26.174.181
Line 133: Line 133:
 </code> </code>
  
-You can also use the same scripts on trimmed files. Just add "_trimmed" to the inputs and outputs like this. Remember to save them in separate folders (fastqc_post, multiqc_trimmed)+You can also use the same scripts on trimmed files. Just add "_trimmed" to the inputs and outputs like this. Remember to save them in separate folders (fastqc_trimmed, multiqc_trimmed)
  
 fastqc_post_00.sh fastqc_post_00.sh
Line 140: Line 140:
 #SBATCH --mem=10gb #SBATCH --mem=10gb
 #SBATCH --cpus-per-task=10 #SBATCH --cpus-per-task=10
-#SBATCH --job-name=fastqc_00 +#SBATCH --job-name=fastqc_post_00 
-#SBATCH --output=log/fastqc_00%j.log  # %j will be replaced with the job ID+#SBATCH --output=log/fastqc_post_00%j.log  # %j will be replaced with the job ID
  
 #parameters #parameters
Line 156: Line 156:
 #SBATCH --mem=10gb #SBATCH --mem=10gb
 #SBATCH --cpus-per-task=10 #SBATCH --cpus-per-task=10
-#SBATCH --job-name=multiqc_00 +#SBATCH --job-name=multiqc_post_00 
-#SBATCH --output=log/multiqc_00%j.log  # %j will be replaced with the job ID+#SBATCH --output=log/multiqc_post_00%j.log  # %j will be replaced with the job ID
  
 #parameters #parameters
Line 167: Line 167:
 </code> </code>
  
-== Fastp ==+=== Fastp ===
 If you want to add Fastp reports to MultiQC, you can add "fq_trimmed" directory as input to MultiQC (multiqc_fastp.sh). If you want to add Fastp reports to MultiQC, you can add "fq_trimmed" directory as input to MultiQC (multiqc_fastp.sh).
  
Line 205: Line 205:
 </code> </code>
  
-In parent script:+== Parent == 
 +multiqc_fastp_00.sh
 <code> <code>
 #!/bin/bash #!/bin/bash
 #SBATCH --mem=10gb #SBATCH --mem=10gb
 #SBATCH --cpus-per-task=10 #SBATCH --cpus-per-task=10
-#SBATCH --job-name=multiqc_00 +#SBATCH --job-name=multiqc_fastp_00 
-#SBATCH --output=log/multiqc_00%j.log  # %j will be replaced with the job ID+#SBATCH --output=log/multiqc_fastp_00%j.log  # %j will be replaced with the job ID
  
 #parameters #parameters
scripts/qc.1742560606.txt.gz · Last modified: by 37.26.174.181

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki