We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perl /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder_threads.pl -f data/res/mirna_deg_fasta.fa -d data/res/iwgsc_4_2_19/sRNA_DEG.fasta -o data/res/target_parallel.csv Unknown option: 1 Unknown option: . Unknown option: 3 Unknown option: 8 Unknown option: 8 Unknown option: 2 Unknown option: 0 Unknown option: 4 Unknown option: 4 Unknown option: 0 Unknown option: 0 Unknown option: 0 Unknown option: 2 Unknown option: 4 Unknown option: 6 Unknown option: 2 Use of uninitialized value within %bp in multiplication () at /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder.pl line 365. Use of uninitialized value within %bp in multiplication () at /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder.pl line 365.
both files are valid fasta files
The text was updated successfully, but these errors were encountered:
Hi Juan, Out of curiosity, do you get the same error if you run targetfinder_threads.pl without the perl? Something like this:
/home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder_threads.pl -f data/res/mirna_deg_fasta.fa -d data/res/iwgsc_4_2_19/sRNA_DEG.fasta -o data/res/target_parallel.csv
Sorry, something went wrong.
No branches or pull requests
perl /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder_threads.pl -f data/res/mirna_deg_fasta.fa -d data/res/iwgsc_4_2_19/sRNA_DEG.fasta -o data/res/target_parallel.csv
Unknown option: 1
Unknown option: .
Unknown option: 3
Unknown option: 8
Unknown option: 8
Unknown option: 2
Unknown option: 0
Unknown option: 4
Unknown option: 4
Unknown option: 0
Unknown option: 0
Unknown option: 0
Unknown option: 2
Unknown option: 4
Unknown option: 6
Unknown option: 2
Use of uninitialized value within %bp in multiplication () at /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder.pl line 365.
Use of uninitialized value within %bp in multiplication () at /home/juan/Desktop/juan/bio/mrcv/sw/TargetFinder/targetfinder.pl line 365.
both files are valid fasta files
The text was updated successfully, but these errors were encountered: