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
The gffread command line in process convertGFFtoGTF is not correct
gffread $gff -T -o > ${gff.baseName}.gtf
should be
gffread $gff -T -o ${gff.baseName}.gtf
The text was updated successfully, but these errors were encountered:
The gffread command line in process convertGFFtoGTF is not correct$gff -T -o > $ {gff.baseName}.gtf$gff -T -o $ {gff.baseName}.gtf
gffread
should be
gffread
The text was updated successfully, but these errors were encountered: