Skip to content

Commit

Permalink
Updated pfr params
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Sep 27, 2024
1 parent 287916e commit 745bae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pfr/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"protein_evidence": "/workspace/genepal/testdata/0.4.0/external-protein-fastas.txt",
"eggnogmapper_db_dir": "/workspace/ComparativeDataSources/emapperdb/5.0.2",
"eggnogmapper_tax_scope": 33090,
"rna_evidence": "/workspace/genepal/testdata/0.4.0/fastqsheet.csv",
"rna_evidence": "/workspace/genepal/testdata/0.4.0/rnasheet.csv",
"liftoff_annotations": "/workspace/genepal/testdata/0.4.0/liftoffannotations.csv",
"outdir": "results",
"busco_lineage_datasets": "embryophyta_odb10"
"busco_lineage_datasets": "embryophyta_odb10",
"outdir": "results"
}
6 changes: 3 additions & 3 deletions pfr_genepal
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ while getopts "t" opt; do
done
shift $((OPTIND -1))

ml unload perl
ml apptainer/1.1
ml nextflow/23.04.4
ml nextflow/24.04.3

export TMPDIR="/workspace/$USER/tmp"
export APPTAINER_BINDPATH="$APPTAINER_BINDPATH,$TMPDIR:$TMPDIR,$TMPDIR:/tmp"
Expand All @@ -38,7 +37,8 @@ if [ $full_test_flag -eq 1 ]; then
main.nf \
-c pfr/profile.config \
-profile pfr,apptainer,test_full \
-resume
-resume \
--outdir results
else
nextflow \
main.nf \
Expand Down

0 comments on commit 745bae8

Please sign in to comment.