René's URL Explorer Experiment


Title: Issues with using the samplot vcf module · Issue #187 · ryanlayer/samplot · GitHub

Open Graph Title: Issues with using the samplot vcf module · Issue #187 · ryanlayer/samplot

X Title: Issues with using the samplot vcf module · Issue #187 · ryanlayer/samplot

Description: Dear Samplot Development Team, I would like to express my gratitude for developing such a valuable tool like Samplot. Your efforts have significantly contributed to the research community, and I truly appreciate the hard work you've put ...

Open Graph Description: Dear Samplot Development Team, I would like to express my gratitude for developing such a valuable tool like Samplot. Your efforts have significantly contributed to the research community, and I tr...

X Description: Dear Samplot Development Team, I would like to express my gratitude for developing such a valuable tool like Samplot. Your efforts have significantly contributed to the research community, and I tr...

Opengraph URL: https://github.com/ryanlayer/samplot/issues/187

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Issues with using the samplot vcf module","articleBody":"Dear Samplot Development Team,\r\n\r\nI would like to express my gratitude for developing such a valuable tool like Samplot. Your efforts have significantly contributed to the research community, and I truly appreciate the hard work you've put into this software.Following that, I've encountered some issues while using the Samplot vcf module that I'd like to discuss with you. I hope you can provide some guidance or solutions to address these concerns.\r\nWhen running the samplot vcf module, there were no errors, but no images were generated. Additionally, when opening the HTML file, it displays 'No data available in table'.My SVs file was generated from 2nd generation 10x resequencing data, processed through Lumpy, Manta, and Delly, and then merged using SURVIVOR. Initially, I executed the following command:\r\n`(py37) [chenzhaojin@lfpara survivor]$ samplot vcf \\\r\n\u003e --filter \"SVTYPE == ‘DEL’ \u0026 SU \u003e= 5\" \\\r\n\u003e --filter \"SVTYPE == 'INV' \u0026 SU \u003e= 3\" \\\r\n\u003e     --vcf filtered_1-30_fixed.vcf \\\r\n\u003e     -d test_1/ \\\r\n\u003e     -O png \\\r\n\u003e     --important_regions bed2.bed\\\r\n\u003e     -b /home/chenzhaojin/expansion/sv/mid75/1-30/delly/alignment_1_sorted.bam \\\r\n\u003e     --sample_ids sample1-30 \u003e samplot_command.sh \r\n(py37) [chenzhaojin@lfpara survivor]$ cd test_1/\r\n(py37) [chenzhaojin@lfpara test_1]$ ll\r\ntotal 1\r\n-rw-r--r-- 1 chenzhaojin lfpara 24507 Oct  9 11:15 index.html`\r\nSubsequently, I reviewed the filtering criteria and attempted to modify the conditions.I discovered that there is an issue with the 'SU' in my VCF file,because my second command produced no output.\r\n`(py37) [chenzhaojin@lfpara survivor]$ grep -v \"^#\" filtered_1-30_fixed.vcf | grep \"SVTYPE=DEL\" | wc -l\r\n747\r\n(py37) [chenzhaojin@lfpara survivor]$ grep -v \"^#\" filtered_1-30_fixed.vcf | grep \"SVTYPE=DEL\" | awk -F';' '{for(i=1;i\u003c=NF;i++) if ($i ~ /SU=/) print $i}' | sort | uniq -c\r\n(py37) [chenzhaojin@lfpara survivor]$ grep -v \"^#\" filtered_1-30_fixed.vcf | grep \"SVTYPE=DEL\" | head -1\r\nNC_010443.5     5537541 MantaDEL:640:0:1:0:0:0  CTTGGATTCCGTCGTGGCAGTGTAACAATCGATAGACATGAGGTTGCGGGTTCGATCTGCCTTGCTCATGGTTAACGATCCGCATGGCGTGAGCTGTGGTAGGTGCAGACGCGGCTCGATCCGAGTTGCTGTGCTCTGGCGTAGGCAGTGCTACAGCTCCGATTCGACCCTAGCCTGGAACTCATATGCCGGAGCGCCAAAAATAGCAAAAAAAAAAAAATAAAAAAAATAACCTTCATACAGAAACTACTAAATAAAAATAGTTAAGACTACAAGTTCAGGAGTTCCCGTCGTGGCGCAGTGGTTAACGAATCCGACTAGAACATGAGGTTGCGGTTCGTCCTGCCTTGCTCAGTGGTTAAGACCGGCGTTGCGTGAGCTGTGGTGTAGGTGCAGACGCGGCTCGGATTCCGCGTTGCTGTGGCTCTGGCGAGGCGTGATACAGCTCGATTCAACCCTAGCTGGAACTCCATATGCGCGGAGCGCCAAGAAATAGCAACAATAACAACAACAGAAAGACAAAAAAAAAAAAAAA     CAGAAACTACTAAATAAAAATAGTT       551     PASS    SUPP=3;SUPP_VEC=111;SVLEN=-449;SVTYPE=DEL;SVMETHOD=SURVIVOR1.0.7;CHR2=NC_010443.5;END=5538075;CIPOS=-1,279;CIEND=-535,10;STRANDS=+-    GT:PSV:LN:DR:ST:QV:TY:ID:RAL:AAL:CO   ./.:NA:279:0,7:+-:.,.,.,.:DEL,INV,INV,DEL:28:NA:NA:NC_010443.5_5537541-NC_010443.5_5537765,NC_010443.5_5537540-NC_010443.5_5537819,NC_010443.5_5537819-NC_010443.5_5537540,NC_010443.5_5537820-NC_010443.5_5538075      1/1:NA:534:0,19:+-:551,59:DEL,DEL:MantaDEL_640_0_1_0_0_0:CTTGGATTCCGTCGTGGCAGTGTAACAATCGATAGACATGAGGTTGCGGGTTCGATCTGCCTTGCTCATGGTTAACGATCCGCATGGCGTGAGCTGTGGTAGGTGCAGACGCGGCTCGATCCGAGTTGCTGTGCTCTGGCGTAGGCAGTGCTACAGCTCCGATTCGACCCTAGCCTGGAACTCATATGCCGGAGCGCCAAAAATAGCAAAAAAAAAAAAATAAAAAAAATAACCTTCATACAGAAACTACTAAATAAAAATAGTTAAGACTACAAGTTCAGGAGTTCCCGTCGTGGCGCAGTGGTTAACGAATCCGACTAGAACATGAGGTTGCGGTTCGTCCTGCCTTGCTCAGTGGTTAAGACCGGCGTTGCGTGAGCTGTGGTGTAGGTGCAGACGCGGCTCGGATTCCGCGTTGCTGTGGCTCTGGCGAGGCGTGATACAGCTCGATTCAACCCTAGCTGGAACTCCATATGCGCGGAGCGCCAAGAAATAGCAACAATAACAACAACAGAAAGACAAAAAAAAAAAAAAA:CAGAAACTACTAAATAAAAATAGTT:NC_010443.5_5537541-NC_010443.5_5538075,NC_010443.5_5537814-NC_010443.5_5538084 1/1:NA:534:6,5:+-:360,180:DEL,DEL:DEL00000089:NA:NA:NC_010443.5_5537542-NC_010443.5_5538076,NC_010443.5_5537814-NC_010443.5_5538085`\r\nI tried to lower the filtering criteria and instead of using the --filter parameter for filtering, I used the awk command for filtering with su\u003e2. After that, I ran samplot vcf again without specifying the filtering parameter, but it still couldn't generate images or an HTML file with data.\r\n`(py37) [chenzhaojin@lfpara survivor]$ awk -F'\\t' '($0 ~ /^#/ || ($8 ~ /SVTYPE=DEL/ \u0026\u0026 $8 ~ /SUPP=[2-9][0-9]*|SUPP=[1-9][0-9]+/)) {print}' filtered_1-30_fixed.vcf \u003e supp2_1-30_DEL.vcf`\r\n`samplot vcf \\\r\n    --vcf supp2_1-30_DEL.vcf \\\r\n    -d test_2/ \\\r\n    -O png \\\r\n    --important_regions bed2.bed\\\r\n    -b /home/chenzhaojin/expansion/sv/mid75/1-30/delly/alignment_1_sorted.bam \\\r\n    --sample_ids sample1-30 \u003e samplot_command.sh`\r\n`(py37) [chenzhaojin@lfpara survivor]$ cat bed2.bed \r\nNC_010443.5     532       11200`\r\nWhen I use the samplot plot command with my BAM file, it successfully generates images as expected.\r\n`time samplot plot \\\r\n    -n 1-1 1-2 1-30 \\\r\n    -b /home/chenzhaojin/expansion/sv/mid75/1-1/delly/alignment_1_sorted.bam \\\r\n      /home/chenzhaojin/expansion/sv/mid75/1-2/delly/alignment_1_sorted.bam \\\r\n      /home/chenzhaojin/expansion/sv/mid75/1-30/delly/alignment_1_sorted.bam \\\r\n    -o 1_105_274330532.png \\\r\n    -c NC_010443.5 \\\r\n    -s 105 \\\r\n    -e 274330532 \\\r\n    -t DEL`\r\n\r\nThere were no error messages, so I'm at a loss on how to proceed. I would appreciate any assistance or guidance you can provide.","author":{"url":"https://github.com/karen916","@type":"Person","name":"karen916"},"datePublished":"2023-10-09T03:34:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/187/samplot/issues/187"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:521ce4c2-20af-932a-661f-3d1c617887dd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB44C:299BC3:BAE42:F333B:6A5B148F
html-safe-noncefdcca610f31d624798f10e81dd1214e85cc26967d2680d727a8b27c50d7ec069
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNDRDOjI5OUJDMzpCQUU0MjpGMzMzQjo2QTVCMTQ4RiIsInZpc2l0b3JfaWQiOiIxNDU4OTc0MTYyODcwMjc3MjYzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacfa5992872d99b0c91bb4e955b9344dd5edbe9650aa4ecf373fcc1b9a3192e98a
hovercard-subject-tagissue:1932244325
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ryanlayer/samplot/187/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6114ad5f617e2b2e581fc393e611ff33ceea932bb81d8aa737ea23fc08dfc383/ryanlayer/samplot/issues/187
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6114ad5f617e2b2e581fc393e611ff33ceea932bb81d8aa737ea23fc08dfc383/ryanlayer/samplot/issues/187
og:image:altDear Samplot Development Team, I would like to express my gratitude for developing such a valuable tool like Samplot. Your efforts have significantly contributed to the research community, and I tr...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekaren916
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/ryanlayer/samplot git https://github.com/ryanlayer/samplot.git
octolytics-dimension-user_id607057
octolytics-dimension-user_loginryanlayer
octolytics-dimension-repository_id100308100
octolytics-dimension-repository_nworyanlayer/samplot
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id100308100
octolytics-dimension-repository_network_root_nworyanlayer/samplot
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ryanlayer/samplot/issues/187#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fryanlayer%2Fsamplot%2Fissues%2F187
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fryanlayer%2Fsamplot%2Fissues%2F187
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ryanlayer%2Fsamplot
Reloadhttps://github.com/ryanlayer/samplot/issues/187
Reloadhttps://github.com/ryanlayer/samplot/issues/187
Reloadhttps://github.com/ryanlayer/samplot/issues/187
ryanlayer https://github.com/ryanlayer
samplothttps://github.com/ryanlayer/samplot
Notifications https://github.com/login?return_to=%2Fryanlayer%2Fsamplot
Fork 75 https://github.com/login?return_to=%2Fryanlayer%2Fsamplot
Star 570 https://github.com/login?return_to=%2Fryanlayer%2Fsamplot
Code https://github.com/ryanlayer/samplot
Issues 50 https://github.com/ryanlayer/samplot/issues
Pull requests 2 https://github.com/ryanlayer/samplot/pulls
Actions https://github.com/ryanlayer/samplot/actions
Projects https://github.com/ryanlayer/samplot/projects
Wiki https://github.com/ryanlayer/samplot/wiki
Security and quality 0 https://github.com/ryanlayer/samplot/security
Insights https://github.com/ryanlayer/samplot/pulse
Code https://github.com/ryanlayer/samplot
Issues https://github.com/ryanlayer/samplot/issues
Pull requests https://github.com/ryanlayer/samplot/pulls
Actions https://github.com/ryanlayer/samplot/actions
Projects https://github.com/ryanlayer/samplot/projects
Wiki https://github.com/ryanlayer/samplot/wiki
Security and quality https://github.com/ryanlayer/samplot/security
Insights https://github.com/ryanlayer/samplot/pulse
Issues with using the samplot vcf modulehttps://github.com/ryanlayer/samplot/issues/187#top
https://github.com/karen916
karen916https://github.com/karen916
on Oct 9, 2023https://github.com/ryanlayer/samplot/issues/187#issue-1932244325
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.