diff --git a/workflow/scripts/plot_profile.sh b/workflow/scripts/plot_profile.sh
index 801c205fc3b628ecf177cad09eee8f8b823d7678..34bf24e9026f442bfc91d935d9a35470a4d6bddc 100755
--- a/workflow/scripts/plot_profile.sh
+++ b/workflow/scripts/plot_profile.sh
@@ -69,11 +69,7 @@ run_main() {
 
   # Parsing options
   OPTIND=1 # Reset OPTIND
-<<<<<<< HEAD
   while getopts :g:h opt
-=======
-  while getopts g:h opt
->>>>>>> 61db854ac1fcdb60431ad48a0a5cab0255d9c2d3
       do
           case $opt in
               g) gtf=$OPTARG;;