FastQC, Trimming, Overall QC (initial) #1
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: GRIAC/system_genetics#1
Loading…
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/bash
Perhaps write some instructions how to use. E.g., you need
samples.csv
.@ -0,0 +1,64 @@
#!/bin/bash
#SBATCH --job-name=trimming
Maybe a general question, do we want to:
trim_galore
/Trimmomatic
command 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 _R1
Does this depend on sequencing machine/library type? If so, specify.
@ -0,0 +44,4 @@
adapter_seq=$adapter_5p
fi
echo ">>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)