Skip to content
Snippets Groups Projects
Commit c2cd8ebc authored by Valentina Galata's avatar Valentina Galata
Browse files

notes: infernal test

parent 2659ef18
No related branches found
No related tags found
No related merge requests found
# FASTQ -> FASTA
zcat /scratch/users/vgalata/GDB/results/preproc/metat/sr/R1.fastp.fastq.gz | sed -n '1~4s/^@/>/p;2~4p' > R1.fastp.fasta
zcat /scratch/users/vgalata/GDB/results/preproc/metat/sr/R2.fastp.fastq.gz | sed -n '1~4s/^@/>/p;2~4p' > R2.fastp.fasta
#
cm="/scratch/users/vgalata/GDB/dbs/infernal/Rfam.cm"
clain="/scratch/users/vgalata/GDB/dbs/infernal/Rfam.clanin"
date && cmscan --cpu 5 --noali --anytrunc --nohmmonly --rfam --cut_ga --fmt 2 --oclan --oskip --clanin ${clain} -o R1.fastp.out --tblout R1.fastp.tblout ${cm} R1.fastp.fasta && date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment