Skip to content

Commit

Permalink
relocated template taxprofiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Aug 30, 2024
1 parent 043383c commit 19472f4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ cat <<EOF > taxprofiler.sbatch
#SBATCH --chdir $scratch_dir

# module load Nextflow/23.10.0 singularity
export NXF_OPTS="-Xms500M -Xmx10G"
export NXF_OPTS="-Xms500M -Xmx6G"

nextflow run /data/bi/pipelines/nf-core-taxprofiler/nf-core-taxprofiler-1.1.8 \\
-profile singularity \\
-c ../../DOC/hpc_slurm_taxprofiler.config \\
-c ../../DOC/taxprofiler.config \\
--input samplesheet.csv \\
--outdir ./ \\
--databases ../../DOC/databasesheet.csv \\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mkdir -p 00-reads
cd 00-reads; cat ../samples_id.txt | xargs -I % echo "ln -s ../../RAW/%_*R1*.fastq.gz %_R1.fastq.gz" | bash; cd -
cd 00-reads; cat ../samples_id.txt | xargs -I % echo "ln -s ../../RAW/%_*R2*.fastq.gz %_R2.fastq.gz" | bash; cd -

mv ANALYSIS02_TAXPROFILING $(date '+%Y%m%d')_ANALYSIS02_TAXPROFILING
mv ANALYSIS01_TAXPROFILER $(date '+%Y%m%d')_ANALYSIS01_TAXPROFILER
8 changes: 8 additions & 0 deletions bu_isciii/templates/mag/RESULTS/lablog_taxprofiler_results
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DELIVERY_FOLDER="$(date '+%Y%m%d')_entrega01"
mkdir -p $DELIVERY_FOLDER/taxprofiler

# Taxprofiling service
cd $DELIVERY_FOLDER/taxprofiler

# Links to reports
ln -s ../../../ANALYSIS/*ANALYSIS01_TAXPROFILER/results/multiqc/multiqc_report.html .

0 comments on commit 19472f4

Please sign in to comment.