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
Hello dear.
I am trying to obtain the primer list of a gene using the prmrdsgn2 module. However, I only have the bowtie2 alignment result and not the output file which contains this information: Primer ID, Primer Sequence, ,5' Position ,Amplicon Size, Alignment Score.
This is the command line:
python3 prmrdsgn2.py -i data/gene.fasta -g ../data/genome.fasta -o data/primers.fasta -v -F.
Could you tell me what the error is.
Note: Reviewing the script the module has two functions create_sam_dataframe() parse_sam_file() that apparently have the function to create and generate the output file.
Regards
Jean Pierre Ramos
The text was updated successfully, but these errors were encountered:
Hello dear.
I am trying to obtain the primer list of a gene using the prmrdsgn2 module. However, I only have the bowtie2 alignment result and not the output file which contains this information: Primer ID, Primer Sequence, ,5' Position ,Amplicon Size, Alignment Score.
This is the command line:
python3 prmrdsgn2.py -i data/gene.fasta -g ../data/genome.fasta -o data/primers.fasta -v -F.
Could you tell me what the error is.
Note: Reviewing the script the module has two functions create_sam_dataframe() parse_sam_file() that apparently have the function to create and generate the output file.
Regards
Jean Pierre Ramos
The text was updated successfully, but these errors were encountered: