Skip to content
New issue

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

superstr-screen.py does not complete #24

Open
jay-ross opened this issue Mar 26, 2024 · 2 comments
Open

superstr-screen.py does not complete #24

jay-ross opened this issue Mar 26, 2024 · 2 comments

Comments

@jay-ross
Copy link

jay-ross commented Mar 26, 2024

Hello,

I have successfully run the superSTR software for the processing and postprocessing steps without error, but the motif screening step runs until 19% and then reports an error:

"AttributeError: 'DataFrame' object has no attribute 'append'"

my code looks like this:
superstr-screen.py -m manifest.txt -i input_dir/ -o screen.output.txt --swaplab --min_thresh 1 --controllab control

I am running this on 14 samples, 7 cases and 7 controls, all short-read RNA-sequencing data from fastq. Multiparse and outlier scripts seem to work fine on this data.

Any assistance would be appreciated!

@jay-ross
Copy link
Author

The problem turned out to be that installing superSTR through conda has a pandas version more recent than that specified in the installation page (v1.2.2), and in newer pandas versions the append function is deprecated and causes errors. I solved this problem by installing superSTR as follows:

conda install -c bioconda -c conda-forge superstr pandas=1.2.2

@lfearnley
Copy link
Contributor

lfearnley commented Mar 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants