Skip to content

Commit

Permalink
Set to 1 for test file in gtf and fa
Browse files Browse the repository at this point in the history
  • Loading branch information
tderrien committed Jul 13, 2022
1 parent ffca5e5 commit 1fadb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/FEELnc_codpot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,13 @@
{
print STDERR "> Extract ORFs/cDNAs for candidates RNAs from a GTF file\n";
# Use undef for $nbtx/$numtx to get all sequences and ORFs
ExtractCdnaOrf::CreateORFcDNAFromGTF($infile, $testFile, $testOrfFile, undef, undef, $genome, 'exon,CDS,stop_codon,start_codon', undef, $orfTypeTest, $verbosity, $kmerMax);
ExtractCdnaOrf::CreateORFcDNAFromGTF($infile, $testFile, $testOrfFile, undef, 1, $genome, 'exon,CDS,stop_codon,start_codon', undef, $orfTypeTest, $verbosity, $kmerMax);
}
elsif(Utils::guess_format($infile) eq "fasta") # -- if FASTA
{
print STDERR "> Extract ORFs/cDNAs for candidates RNAs from a FASTA file\n";
# Use undef for $nbtx/$numtx to get all sequences and ORFs
ExtractCdnaOrf::CreateORFcDNAFromFASTA($infile, $testFile, $testOrfFile, undef, undef, $orfTypeTest, $verbosity, $kmerMax);
ExtractCdnaOrf::CreateORFcDNAFromFASTA($infile, $testFile, $testOrfFile, undef, 1, $orfTypeTest, $verbosity, $kmerMax);
}
else
{
Expand Down

0 comments on commit 1fadb02

Please sign in to comment.