Skip to content
Snippets Groups Projects
Commit a56d3771 authored by Vanni Benvenga's avatar Vanni Benvenga
Browse files

Update file panaroo.sh

parent e443bef1
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@
module load singularityce
# Declare variables
# input data folder
# input data folder (01_data_upec)
datadir=
# results folder (03_output_mrsa)
# results folder (03_output_upec)
wd=
# Path to singularity images folder
singpath=/shares/amr.imm.uzh/bioinfo/singularity/
......@@ -27,7 +27,6 @@ cd $wd
mkdir -p panaroo/annotation_files
mkdir -p panaroo/panaroo_output
# generate soft links to the .gff files while looping through the sample names
for sample_id in "${array[@]}"
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment