Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 25f6b89a rédigé par Hugo LEFEUVRE's avatar Hugo LEFEUVRE
Parcourir les fichiers

single binning is back

parent cc763e29
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!15New binning strategie and tools and new bin refinement tool, new ARGs and MGEs detection tools
......@@ -13,8 +13,10 @@ from snakemake.logging import logger
# Owned
import scripts.parserconfig as conf
import scripts.cmdparser as cmdparser
ruleorder: binning_mapping > bowtie2_map
if config["Binning"]["strategies"] == "SASB" or config["Binning"]["strategies"] == "CASB" :
ruleorder: binning_mapping_SB > bowtie2_map
if config["Binning"]["strategies"] == "SACB" or config["Binning"]["strategies"] == "CACB" :
ruleorder: binning_mapping_CB > bowtie2_map
#########################################################################
# conf.parse (see scripts.parserconfig.py) help to parse the config file
# reads2use : dictionnary with samples names as keys and list of path
......
Ce diff est replié.
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter