Hi Sara and Flor,
First, test that you really don't have the same sample ID more than once:
ls -1 *.tags.tsv.gz | \
grep -v catalog | \
while read line; \
do \
zcat $line | \
head -n 2 | tail -n 1 | \
cut -f 1; \
done | \
sort -n | uniq -c
You should see all 1s in the left column, each corresponding to a sample
ID in the right column, like:
1 1
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
etc...
Best,
julian
Flor Rodríguez-Gómez wrote on 9/3/18 5:23 PM:
> Hi Sara and Julian,
> I have the same problem. I am using ref_map_pl and the error is "Error:
> Sample ID '52' occurs more than once. Sample IDs must be unique.
> Aborted" using cstacks, but I don´t have samples with same ID.
> Actually is weird because it error only pass when I use the next
> parameters -b 3-T 20 -m 4-S -o