We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527740f commit 4fe0945Copy full SHA for 4fe0945
1 file changed
bin/fusemblr.sh
@@ -467,7 +467,7 @@ fi
467
#####################################################################
468
469
470
-echo "Step 6: Filtering, ordering and renaming"
+echo "Step 6a: Filtering, ordering and renaming"
471
472
##filter out any sequences smaller than 10kb, sort by length and then rename as numbered contig in order of largest to smallest (1 being the largest)
473
if [[ $hifi != "" ]]
@@ -488,7 +488,7 @@ fi
488
489
490
491
-echo "################## fusemblr: Step 6: Evaluating all assemblies using PAQman"
+echo "Step 6b: Evaluating all assemblies using PAQman"
492
493
mkdir 6.paqman_evaluations
494
0 commit comments