FastQC, Trimming, Overall QC (initial) #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "P300299/system_genetics:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Yea, so... I have added
See my review comments.
@@ -0,0 +1,64 @@#!/bin/bashPerhaps write some instructions how to use. E.g., you need
samples.csv.@@ -0,0 +1,64 @@#!/bin/bash#SBATCH --job-name=trimmingMaybe a general question, do we want to:
trim_galore/Trimmomaticcommand with options), and remove all the for loops and if-else statements?@@ -0,0 +20,4 @@dir_trimmed_fastq="$(pwd)/fastq/trimmed"dir_trimmed_fastq_reports="$(pwd)/fastq/trimmed/reports"adapter_3p="TGGAATTCTCGG" # is _R1Does this depend on sequencing machine/library type? If so, specify.
@@ -0,0 +44,4 @@adapter_seq=$adapter_5pfiecho ">>Trimming with sequence ${adapter_seq}"trim_galore \I though we were going to use trimmomatic?
WIP: FastQC, Trimming, Overall QC (initial)to FastQC, Trimming, Overall QC (initial)