User Tools

Site Tools


scripts:alignment

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
scripts:alignment [2025/04/09 11:52] 37.26.174.181scripts:alignment [2025/04/09 12:05] (current) – [Daughter script] 37.26.174.181
Line 67: Line 67:
 for fastq_1 in "$input_dir"/*_1.{fastq,fq}.gz; do for fastq_1 in "$input_dir"/*_1.{fastq,fq}.gz; do
     if [[ -f "$fastq_1" ]]; then     if [[ -f "$fastq_1" ]]; then
-        fastq_2="${fastq_1/_1/_2}"+        fastq_2="${fastq_1/_1/_2}"
         if [[ -f "$fastq_2" ]]; then         if [[ -f "$fastq_2" ]]; then
             align "$fastq_1" "$fastq_2" "$output_dir" "$reference" "$threads"             align "$fastq_1" "$fastq_2" "$output_dir" "$reference" "$threads"
Line 83: Line 83:
 #SBATCH --mem=40gb #SBATCH --mem=40gb
 #SBATCH --cpus-per-task=8 #SBATCH --cpus-per-task=8
-#SBATCH --output=../log/align_00.%j.log  # %j will be replaced with the job ID+#SBATCH --output=../log/align_00.log  
 #SBATCH --job-name=align_mydata #SBATCH --job-name=align_mydata
  
scripts/alignment.1744199578.txt.gz · Last modified: by 37.26.174.181 · Currently locked by: 37.26.174.181

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki