Skip to main content
Filter by
Sorted by
Tagged with
1 vote
4 answers
93 views

I am using grep to look for strings (sequences) in a fastq-file and extract matching reads (lines). Since grep only finds perfect patterns, I was wondering whether it is possible in bash to generate a ...
Piratepenguin's user avatar
1 vote
1 answer
144 views

I'm using the WinSCP C# library. How can I copy a single file whose name includes wildcard characters (e.g., [Hospital1]_0001.txt) without WinSCP listing or scanning the entire directory? session....
Johnny's user avatar
  • 29
0 votes
1 answer
59 views

I'm following the Snakemake tutorial from what I gather it's the official documentation. After having downloaded the tools in the setup phase I am stuck in understunding the wildcard use in step 2, ...
Alkaligrass's user avatar
1 vote
1 answer
81 views

I have a Snakemake pipeline (https://github.com/V-Varga/SPOT-BGC/tree/main), where I generate input and output file names for various intermediate steps using wildcards that refer back to file and ...
Vi_Varga's user avatar
2 votes
1 answer
188 views

I have written a bioinformatics pipeline (https://github.com/V-Varga/SPOT-BGC/tree/main) in Snakemake. While it is has been functional until now, one of the datasets I have tried to use it on is ...
Vi_Varga's user avatar
1 vote
0 answers
23 views

I have a large result set (10k rows) and when using the agTextColumnFilter on a 'description' field of text, the Contains filter is almost instant when clicking 'Apply'. However, when I pick from ...
user3495513's user avatar
5 votes
1 answer
122 views

Testing with Bash specifically, I tried using wildcards (as if it was a case statement): [[ ${var@a} == *"A"* ]] It surprisingly (to me) works, but it's uglier than a regex. Then I compared ...
Albert Camu's user avatar
0 votes
0 answers
27 views

I'm trying to see if this is even possible. I am essentially trying to get a partial match vlookup with the added component of possibly a sumifs formula to get the total amount of pay for each store. ...
Jade Midnight's user avatar
1 vote
3 answers
116 views

I need to filter a column in a large table using more than 2 criteria that include wildcards (*). The table should show only rows where column A contains "VMI" and/or "PRIORITY" ...
Waffly's user avatar
  • 17
1 vote
0 answers
104 views

According to the Sonar Cloud Documentation it is possible to use wildcards in the sonar.javascript.lcov.reportPaths following the Test Coverage parameters guideline for wildcards. However, when trying ...
Hans's user avatar
  • 241
1 vote
0 answers
42 views

I was trying to load multiple gcs files to bigquery via Airflow using api load_table_from_uri uri="gs://b5a34db6ab213379-eu-pm-test-uat-data-ingest-temp/test_pm_cm_data/"+str(run_id).strip()+...
Vikrant Singh Rana's user avatar
0 votes
1 answer
74 views

I have a file with numbered host names. I want to change the name while preserving the numbers. CHANGE THIS: server1.domain.com server2.domain.com server3.domain.com server4.domain.com server1....
user2704404's user avatar
2 votes
0 answers
50 views

I am trying to build a dash asp that generates a main page from which I can click and generate multiple dynamic pages. When I perform an operation on a dynamic page, I want to pass back a trigger to ...
user27513796's user avatar
1 vote
0 answers
110 views

While writing a script I encountered a weird bug(?) in Git. It seems that the command git add ignores wildcards in pathspec if the pathspec exactly matches a file name that is not added yet. git init ...
Piotr Siupa's user avatar
  • 5,191
0 votes
1 answer
44 views

I have a custom column at present which works great: MonthOrder = SWITCH([DateText],"Apr-2024", 1, "May-2024", 2, "Jun-2024", 3, "Jul-2024", 4,"Aug-2024&...
Paula Morrison's user avatar
1 vote
2 answers
79 views

I have configured my Angular 19 routes according to the angular.dev and it works as expected on localhost. However once I build and deploy my app behaviour of redirecting with wildcard is not working ...
pawurb's user avatar
  • 21
0 votes
0 answers
17 views

Question: I am working on a search functionality using Lucene.NET with the StandardAnalyzer, and I noticed an issue with wildcard queries not matching expected results. Issue: My indexed field ...
Sukesh Hegde's user avatar
-1 votes
1 answer
74 views

I'm writing a program which generates random letters and determines if there exists a word containing those letters in the order they're generated. No matter which letters are generated, the program ...
Maeve Convery's user avatar
3 votes
2 answers
78 views

Currently, I have the follow real use case challenge. Library admins want to search for books in their library database using book and category names. Their database has over 2 million book records, ...
RAFAEL DA SILVA's user avatar
-2 votes
2 answers
91 views

My question builds on this previous post: Excel TextSplit a range and countif I have a very similar use case, except that the values I'm trying to match may have numbers at the end, like A1, A2, CR3, ...
excel_user's user avatar
0 votes
0 answers
36 views

Would be grateful for some help here with my Rust code! I'm trying to set up the MCP 3002 SPI chip with the raspberry pi 5 using the spidev crate, to show the output from the MCP3002 on an egui screen....
Paul Clements's user avatar
0 votes
1 answer
352 views

I want to filter an array (a single line) using XMATCH to return columns based on wildcard criteria. I am able to create the formula without XMATCH wildcards. XMATCH with wildcard (exchanged order of ...
barszczula's user avatar
1 vote
2 answers
125 views

In BASH we can change directory to an unknown name, using a * as a wildcard - for example: cd /some/*ing will change directory to cd /some/thing/ (if there is only 1 match for the wildcard) How can we ...
Danny Beckett's user avatar
-1 votes
2 answers
46 views

Can't use htaccess, so have to rely on javascript. Say the url is example.com/page1/page2/page3/ and I want to redirect this to example.com/page4/page3/ how would I do this? (and have this work for ...
Malachi's user avatar
  • 987
0 votes
0 answers
12 views

My Dispatcher-servlet.xml cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'webflow:flow-registry' getting this error I am new to Java and spring ...
Panchakshari RS's user avatar
1 vote
1 answer
66 views

My question is very simple, but I can't find how to do it in the Snakemake documentation. Let's say I have a very long string to expand, like : rule all: input: expand("sim_files/test_nGen{ngen}...
Kiffikiffe's user avatar
0 votes
1 answer
41 views

I want to write a snakemake rule that aggregates across wildcards to produce a summary of all samples. It seems like a very simple case to me, but I cannot figure out the syntax error I am getting. I ...
Pipho's user avatar
  • 1
3 votes
1 answer
3k views

In Webpack, I can configure allowed hosts with subdomain wildcard matching using the allowedHosts option like this: allowedHosts: ['.host.com', 'host2.com'] This configuration allows: host2.com Any ...
mito's user avatar
  • 33
2 votes
1 answer
930 views

I conducted a ZAP assessment on my application, I received a flag 'CSP: Wildcard Directive' which has high confidence level. Still, I have not been able to locate the source of the wildcard directive. ...
Ram Eswar's user avatar
0 votes
1 answer
60 views

Good morning. I have a situation where I need to replace a keyword that may be anywhere on a line. The catch is that I need to add a comment line above. If the keyword is at the start of the line, I ...
Steve Perry's user avatar
0 votes
1 answer
73 views

Please help "string_mod_4" John Morgen A1 Ali Zayas Jennifer Benz A2 Desmond Michael Hall A3 Erik Remar ... At the end of the text, I cannot remove 'A1', 'A2', etc. they do not work Replace(...
csibicode's user avatar
0 votes
1 answer
40 views

I want to save a .txt file using write.table in R. The file needs to utilize placeholders and wildcards. I have successfully used a for loop and the sprintf command to loop through subjects and save ...
AFM's user avatar
  • 1
1 vote
1 answer
90 views

I read mysql document and find for insert there is a LOW_PRIORITY switch while for select there is a HIGH_PRIORITY. I need a "LOW_PRIORITY" (so to speak) for some of my slow query. For ...
Qiulang's user avatar
  • 12.9k
0 votes
1 answer
64 views

Can someone help me with how to set up an nginx forward that does the following: This is what I have so far. I was going to adapt it but to be honest I can't get off the ground location ~* ^/pdf/(.*)$ ...
Mr Heelis's user avatar
  • 2,576
1 vote
2 answers
94 views

I want to run a suite of unit tests. The basic code is: suite = unittest.defaultTestLoader.discover('tests') The documentation for the function mentions the pattern argument, which defaults to test_*....
ginjaemocoes's user avatar
  • 4,662
-1 votes
1 answer
48 views

I have names of people in a table as primary keys and I have them in another as foreign keys except in this second table they have been occasionally recorded faultily, with a '?' symbol replacing a ...
D.W.'s user avatar
  • 39
0 votes
1 answer
90 views

In SSMS my search query is SELECT * FROM TABLE WHERE FIELD LIKE '%AAA [0-9][0-9][0-9][0-9]%' AND FIELD2 IN ('VALUE2', 'VALUE3', 'VALUE4') I need my update statement to set the column to the found ...
Colt R's user avatar
  • 1
1 vote
0 answers
14 views

I've a requirement of executing multiple scenarios with the tags of SL_1, SL_2, SL_3 and so on is it possible to execute SL_*. I've tried with -Dcucumber options = --tags@SL_* it executed all the ...
Kukutlapally Gayathri's user avatar
0 votes
3 answers
167 views

In my repository, I have scripts that generate loads of .json files, that I want to ignore, so I have *.json in .gitignore. But I have one directory config containing .json files and I want those to ...
Jake Levi's user avatar
  • 1,960
0 votes
0 answers
74 views

I have a powershell script that replace words in MS Word files : $WordFiles = Get-ChildItem -Recurse | ? Name -like "*.do[c,t]*" $word = New-Object -ComObject Word.Application $word.Visible ...
Foxhunt's user avatar
  • 984
1 vote
2 answers
73 views

I have a list of beginnings of filesnames in excel , I want to make a macro that will move them from one defined directory to the other The file name are named like this AAAAXXX AAAA- are unique ...
MrPazur 1's user avatar
0 votes
1 answer
85 views

I simplify everything to better focus the problem this is the page that displays the cardview <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://...
Antonio Ribaudo's user avatar
1 vote
2 answers
211 views

I learn kotlin generics but naming makes me crazy. Let consider 2 code snippets in java and in Kotlin which do the same job: 1. java public void copy(List<? extends Number> from, List<? ...
gstackoverflow's user avatar
0 votes
1 answer
69 views

I'm trying to create wildcards with some folders/directories names that are ouputed from rule ReferenceDatabase that created the "Campylobacter/Gene_Flow/ReferenceDatabase/{dirname}" folder (...
Awa's user avatar
  • 1
0 votes
4 answers
4k views

=GROUPBY(row_fields, values, function, [field Headers], [total_depth], [sort order], [**filter_array**], [field relationship]) I would like to use the FILTER ARRAY for search and group partial text ...
RWB's user avatar
  • 55
0 votes
1 answer
109 views

I'm experiencing unexpected behavior with MQTT shared subscriptions. Here's the scenario: I have two MQTT subscribers: Subscriber A: subscribes to "$share/group/1234/test/A" Subscriber B: ...
chiu's user avatar
  • 3
2 votes
2 answers
100 views

I'm trying to create a SQL script that finds codes in two different databases. I want to set a parameter that has a numeric wildcard. Codes are often written like this for example, ABC108, ABC109, ...
Odi's user avatar
  • 23
-1 votes
1 answer
158 views

I am studying Wildcards from Oracle's documentation, and I can't understand the following section: *Consider the problem of writing a routine that prints out all the elements in a collection. Here's ...
Jinny's user avatar
  • 1
2 votes
1 answer
41 views

I'm trying to search though a large list of postal codes in various countries Specifically, I want to identify all Canadian entries USING A CASE STATEMENT. after all spaces have been stripped out, ...
C0ppert0p's user avatar
  • 702
0 votes
0 answers
53 views

I'm trying to run a workflow on snakemake. I have to automate a couple of steps which are depending all on python scripts or pipelines already made. My rule Gene_flow_between _species has to run once ...
Awa's user avatar
  • 1

1
2 3 4 5
94