Skip to content

Commit

Permalink
replaced where the module load should be
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilleGorines committed Sep 19, 2023
1 parent 29b37be commit d3349e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bu_isciii/templates/exomeeb/ANALYSIS/ANALYSIS01_EXOME/lablog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# module load Nextflow/22.10.1 singularity

ln -s ../00-reads/ .
ln -s ../samples_id.txt .

Expand All @@ -6,8 +8,6 @@ cat samples_id.txt | xargs -I % echo -e "%,XY,0,%,1,00-reads/%_R1.fastq.gz,00-re

mkdir -p 02-postprocessing 03-annotation 99-stats

#module load Nextflow singularity

scratch_dir=$(echo $PWD | sed "s/\/data\/bi\/scratch_tmp/\/scratch/g")

cat <<EOF > sarek.sbatch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# module load Nextflow/22.10.1 singularity

ln -s ../00-reads/ .
ln -s ../samples_id.txt .

Expand All @@ -22,13 +24,10 @@ do

done < ./samples_id.txt


echo -e "patient,sex,status,sample,lane,fastq_1,fastq_2" > samplesheet.csv
cat samples_id.txt | xargs -I % echo -e "%,XY,0,%,1,00-reads/%_R1.fastq.gz,00-reads/%_R2.fastq.gz" >> samplesheet.csv
mkdir -p 02-postprocessing 03-annotation 99-stats

#module load Nextflow singularity

scratch_dir=$(echo $PWD | sed "s/\/data\/bi\/scratch_tmp/\/scratch/g")

cat <<EOF > sarek.sbatch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# module load Nextflow/22.10.1 singularity

ln -s ../00-reads/ .
ln -s ../samples_id.txt .
Expand Down Expand Up @@ -28,7 +29,6 @@ echo -e "patient,sex,status,sample,lane,fastq_1,fastq_2" > samplesheet.csv
cat samples_id.txt | xargs -I % echo -e "%,XY,0,%,1,00-reads/%_R1.fastq.gz,00-reads/%_R2.fastq.gz" >> samplesheet.csv
mkdir -p 02-postprocessing 03-annotation 99-stats

#module load Nextflow singularity

scratch_dir=$(echo $PWD | sed "s/\/data\/bi\/scratch_tmp/\/scratch/g")

Expand Down

0 comments on commit d3349e7

Please sign in to comment.