We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9afe2 commit 9992bc9Copy full SHA for 9992bc9
modules/local/gliph2_turbogliph.nf
@@ -48,13 +48,6 @@ process GLIPH2_TURBOGLIPH {
48
# Run the R script
49
Rscript run_gliph2.R
50
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
-
58
# Rename local_similarities file to standardize output name
59
input_file="local_similarities_*.txt"
60
cat \$input_file > local_similarities.txt
0 commit comments