Skip to content

Commit 9992bc9

Browse files
committed
Remove commented code
1 parent 4e9afe2 commit 9992bc9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/local/gliph2_turbogliph.nf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ process GLIPH2_TURBOGLIPH {
4848
# Run the R script
4949
Rscript run_gliph2.R
5050
51-
# Convert the tab-separated .txt file to .csv file
52-
# cat all_motifs.txt | sed 's/\t/,/g' > all_motifs.csv
53-
# cat clone_network.txt | sed 's/\t/,/g' > clone_network.csv
54-
# cat cluster_member_details.txt | sed 's/\t/,/g' > cluster_member_details.csv
55-
# cat convergence_groups.txt | sed 's/\t/,/g' > convergence_groups.csv
56-
# cat global_similarities.txt | sed 's/\t/,/g' > global_similarities.csv
57-
5851
# Rename local_similarities file to standardize output name
5952
input_file="local_similarities_*.txt"
6053
cat \$input_file > local_similarities.txt

0 commit comments

Comments
 (0)