Skip to content
Snippets Groups Projects

Update file panaroo.sh

Merged Vanni Benvenga requested to merge master-patch-944e-patch-50b8 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,7 @@ mkdir -p panaroo/panaroo_output
# generate soft links to the .gff files while looping through the sample names
for sample_id in "${array[@]}"
do
echo $sample_id
ln -s $wd/$sample_id/prokka_annotation/$sample_id.gff $wd/panaroo/annotation_files/
done
Loading