Closed Nico-FR closed 1 year ago
Hi, Thanks for the issue. The main difference between v1.2 and 1.3, is that since v1.3, we are looking for the indexes' prefix in the index folder using
INDEX=`find -L ./ -name "*.rev.1.bt2" | sed 's/.rev.1.bt2//'`
So , the --bowtie_index
parameter expects a directory, and no longer a prefix.
While, in v1.2, the pipeline was using the path + prefix of indexes.
Best
Hi, Indeed, it worked with the directory name. Merry christmas,
Hi, I finally managed to launch the pipeline completely. It seems that there is another issue. I have launched the pipeline with 6 resolutions:
--res_compartments '800000,400000,200000,100000,50000' \
--tads_caller 'insulation,hicexplorer' \
--res_tads '200000,100000,50000,25000,10000,5000'
And the pipeline has lauched 6 jobs.
[be/c8092b] process > tads_hicexplorer (Bovin-365... [100%] 6 of 6 ✔
[22/7ac14e] process > tads_insulation (Bovin-3654... [100%] 6 of 6 ✔
However I have only one output:
ls ./tads/hicexplorer/
tad_boundaries.bed tad_boundaries.gff tad_domains.bed tad_score.bedgraph
The same for insulation
. It seems that they are overwrite by each job because they all have the same prefix.
Here is the command run by the pipeline:
hicFindTADs --matrix Bovin-3654_CCGCGGTT-CTAGCGCT-AHT2HCDSX2_L004_5000_norm.cool
--outPrefix tad
--correctForMultipleTesting fdr
--numberOfProcessors 4
For more clarity I would recommend to keep the prefix of the input in full (I was wondering if it took normalized matrices or not).
hicFindTADs --matrix Bovin-3654_CCGCGGTT-CTAGCGCT-AHT2HCDSX2_L004_5000_norm.cool
--outPrefix Bovin-3654_CCGCGGTT-CTAGCGCT-AHT2HCDSX2_L004_5000_norm
--correctForMultipleTesting fdr
--numberOfProcessors 4
Thank you so much for this great pipeline, it helped me a lot!
Hi Nicolas Thanks for testing ! Could you open an new issue for the last point please ? I'll check it and correct it for the next version Thanks
Hello, I am trying to run nf-core/hic on cow. It worked on the 1.2.2 with this command line:
But not on the 1.3.0 with the same command:
So I tryed to build the index in the curent directory with
bowtie2-build ./Bos_taurus.ARS-UCD1.2.dna_sm.toplevel.fa ./Bos_taurus.ARS-UCD1.2.dna_sm.toplevel.fa
with the same issue