-
Notifications
You must be signed in to change notification settings - Fork 0
Description
hello everyone,
I am trying to use this tool to annotate my dekul run output.
it gives me this mistake : Failed to create user namespace. I don't know what this namespace is and how I can create it.
I created a conda envirnoment and installed singularity to run the tool. Here's my config file :
{
"input_file": "/bioinfo/users/lballest/new_annot_tool/merged-diff-counts.tsv.gz",
"sequence_col": "contig",
"id_col": "tag",
"map_to" : ["human"],
"human_fasta" : "/bioinfo/users/lballest/new_annot_tool/hg38.fa.gz",
"human_gff" : "/bioinfo/users/lballest/new_annot_tool/gencode.v37.annotation.gtf.gz",
"output_dir": "/data/kdi_prod/.kdi/project_workspace_0/1438/acl/02.00/Analyse/Newtool_annotB9vsWT",
"keep_col": ["contig","nb-merged-kmer","tag"],
"threads": 10,
"library_type": "stranded"
}
Thank you for your help!