diff recup_liste_taxon.R @ 2:374555fc30bd draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 5d48df67919fbc9d77b98a8243d438c397f61a0e
author ecology
date Thu, 21 Mar 2024 14:05:21 +0000
parents b38b954b92b9
children
line wrap: on
line diff
--- a/recup_liste_taxon.R	Wed Jan 24 15:53:20 2024 +0000
+++ b/recup_liste_taxon.R	Thu Mar 21 14:05:21 2024 +0000
@@ -82,7 +82,7 @@
 #extraction of the have_model object
 write.table(have_model,file = "have_model.tsv", sep="\t", quote = F, row.names = F)
 
-#getting list of taxa for next if not using worms
+#getting list of taxa for next step if not using worms
 list_taxon = have_model3$Taxa
 write.table(list_taxon, file= "list_taxa.txt", quote = F, row.names = F, col.names = F)