You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you need to use sequences from mRNAs or proteins not chromosomes. "*.dna.primary_assembly.fa" are for genome sequences, so they are not appropriate for SAMap.
bash map_genes.sh --tr1 /mnt/volume3/rdf/01_refData/GRCh38_fa/Homo_sapiens.GRCh38.dna.primary_assembly.fa --t1 nucl --n1 hs --tr2 /mnt/volume3/rdf/01_refData/GRCm38_fa/Mus_musculus.GRCm38.dna.primary_assembly.fa --t2 nucl --n2 mm --threads 8$tr2 -outfmt 6 -out "maps/$ {n1}${n2}/${n1}to${n2}.txt" -num_threads ${n_threads} -max_hsps 1 -evalue 1e-6$tr1 -outfmt 6 -out "maps/$ {n1}${n2}/${n2}to${n1}.txt" -num_threads ${n_threads} -max_hsps 1 -evalue 1e-6
Running tblastx in both directions
map_genes.sh: line 124: 308696 Segmentation fault (core dumped) tblastx -query $tr1 -db
map_genes.sh: line 124: 310032 Segmentation fault (core dumped) tblastx -query $tr2 -db
The text was updated successfully, but these errors were encountered: