AA sequences ending with * have missing values for molecular_weight and hydrophobicity columns and inconsistent values on the CDS_stop_codon_found column in Ampcombi_summary.tsv #449
Labels
bug
Something isn't working
While testing the AMP screening with Macrel, the
Ampcombi_summary.tsv
file shows several AA sequences ending with an asterisk, which I'm assuming represents a stop codon, as seen in a recent discussion from elsewhere: bcgsc/AMPlify#17It appears that all the sequences ending with an asterisk in
Ampcombi_summary.tsv
have corresponding missing values on themolecular_weight
andhydrophobicity
columns. In addition, theCDS_stop_codon_found
seems to have inconsistent values for these sequences, as some of them report a stop codon, while others do not.This is the command that I ran:
nextflow run nf-core/funcscan -r add_interproscan_to_amp -profile docker,test_full --run_amp_screening --amp_skip_ampir --amp_skip_amplify --run_bgc_screening false --run_arg_screening false
--amp_ampcombi_parsetables_cutoff 0.4 --save_db --outdir test-funcscan
And attached is the
Ampcombi_summary.tsv
file:Ampcombi_summary.tsv.txt
The text was updated successfully, but these errors were encountered: